File tree 4 files changed +80
-1
lines changed
4 files changed +80
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing · ; ` react-seed `
2
+
3
+ First off, thank you for considering contributing to this * React Seed* .
4
+ It’s people like you that helps to spread the knowledge and make this repo such a great tool...
5
+
6
+ We are building it for people who want to learn more about these technologies.
7
+
8
+ ## 1. Set up your environment
9
+
10
+ Read our documentation on [ docs/setup] ( docs/setup.md ) .
11
+ Once you have the environment up and running, start playing around and build something new in top of it.
12
+
13
+ ## 2. Create a Pull Request
14
+
15
+ If you like to contribute, submit a new * PR* . We will get back to you as soon as possible.
16
+
17
+ See README's [ Coming up next] ( ./README.md#Coming%20up%20next ) section to get some ideas/features we want to incorporate.
18
+
19
+ You can also see our pull request template [ here] ( docs/pull_request_template.md ) .
20
+
21
+ ## 3. Report a Bug
22
+
23
+ Let us know if you found a bug, have some new ideas to include, etc.
24
+
25
+ See our issue template [ here] ( docs/issue_template.md ) .
26
+
27
+ ## Team
28
+
29
+ We maintain this project in our free time.
30
+ We enjoy to contribute to the community.
31
+
32
+ If you liked the project, don't forget to star it!
33
+ Any help from community is appreciated.
34
+
35
+ Thanks!
Original file line number Diff line number Diff line change 4
4
[ ![ Build Status] ( https://travis-ci.org/UruIT/react-seed.svg )] ( https://travis-ci.org/UruIT/react-seed?branch=master )
5
5
[ ![ Coverage Status] ( https://coveralls.io/repos/github/UruIT/react-seed/badge.svg )] ( https://coveralls.io/github/UruIT/react-seed )
6
6
[ ![ GitHub release] ( https://img.shields.io/github/release/uruit/react-seed.svg )] ( https://github.com/UruIT/react-seed/releases )
7
+ [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( CONTRIBUTING.md#pull-requests )
7
8
[ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/uruit.svg?style=social&label=Follow )] ( https://twitter.com/UruIT/followers )
8
9
[ ![ Twitter URL] ( https://img.shields.io/twitter/url/http/uruit.react-seed.svg?style=social )] ( https://twitter.com/intent/tweet?text=react-seed%20by%20%40UruIT%20on&url=https%3A%2F%2Fgithub.com%2Furuit%2Freact-seed )
9
10
53
54
### Coming up next
54
55
55
56
* server side rendering
57
+ * graphQL
56
58
* storybook
57
59
* bootstrap
58
60
@@ -106,6 +108,6 @@ Open browser on [localhost:3000](http://localhost:3000/)
106
108
107
109
## License
108
110
109
- Licensed under the MIT License, Copyright © 2017 UruIT.
111
+ Licensed under the MIT License, Copyright © 2017 [ UruIT] ( https://twitter.com/UruIT ) .
110
112
111
113
See [ LICENSE] ( ./LICENSE ) for more information.
Original file line number Diff line number Diff line change
1
+ # Select an issue type
2
+
3
+ - [ ] bug
4
+ - [ ] new feature
5
+
6
+ ---
7
+
8
+ ## * Bug template
9
+
10
+ ### Test Case
11
+
12
+
13
+ ### Steps to reproduce
14
+
15
+
16
+ ### Expected Behavior
17
+
18
+
19
+ ### Actual Behavior
20
+
21
+
22
+ ### Version
23
+
24
+ ---
25
+
26
+ ## * New Feature template
27
+
28
+ ### Description
29
+
Original file line number Diff line number Diff line change
1
+ ### Changes proposed on this pull request:
2
+
3
+ -
4
+ -
5
+
6
+ ### Fixes # .
7
+
8
+ #### Reviewers
9
+
10
+ * @carloluis
11
+ * @matiasdelgado
12
+ * @rrivem
13
+ * @marina-acosta
You can’t perform that action at this time.
0 commit comments