-
Notifications
You must be signed in to change notification settings - Fork 585
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# Contributing to react-autosuggest | ||
Before submitting a Pull Request, please open an issue to discuss the proposed change. | ||
|
||
Once you know that your change is aligned with `react-autosuggest` vision: | ||
|
||
1. Add your goodness | ||
2. Add tests | ||
3. Update docs to reflect changes | ||
4. Make sure that `npm run build` is happy | ||
6. Submit a Pull Request (with a detailed description please) | ||
5. Submit a Pull Request (with a detailed description please) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Thanks a lot for contributing to react-autosuggest :beers: | ||
|
||
Before submitting the Pull Request, please: | ||
|
||
* write a clear description of what this Pull Request is trying to achieve | ||
* `npm run build` to see that you didn't break anything |