Skip to content

Commit 0a21acb

Browse files
committed
Merge branch 'develop'
2 parents a27d985 + 8fd2b3c commit 0a21acb

File tree

4 files changed

+80
-1
lines changed

4 files changed

+80
-1
lines changed

CONTRIBUTING.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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!

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Build Status](https://travis-ci.org/UruIT/react-seed.svg)](https://travis-ci.org/UruIT/react-seed?branch=master)
55
[![Coverage Status](https://coveralls.io/repos/github/UruIT/react-seed/badge.svg)](https://coveralls.io/github/UruIT/react-seed)
66
[![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)
78
[![Twitter Follow](https://img.shields.io/twitter/follow/uruit.svg?style=social&label=Follow)](https://twitter.com/UruIT/followers)
89
[![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)
910

@@ -53,6 +54,7 @@ seed/
5354
### Coming up next
5455

5556
* server side rendering
57+
* graphQL
5658
* storybook
5759
* bootstrap
5860

@@ -106,6 +108,6 @@ Open browser on [localhost:3000](http://localhost:3000/)
106108

107109
## License
108110

109-
Licensed under the MIT License, Copyright © 2017 UruIT.
111+
Licensed under the MIT License, Copyright © 2017 [UruIT](https://twitter.com/UruIT).
110112

111113
See [LICENSE](./LICENSE) for more information.

docs/issue_template.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+

docs/pull_request_template.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

0 commit comments

Comments
 (0)