forked from final-form/react-final-form
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
2eebd6b
commit fa30540
Showing
1 changed file
with
26 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!-- | ||
👋 Hey, thanks for your interest in contributing to 🏁 React Final Form! | ||
**Please ask first before starting work on any significant new features.** | ||
It's never a fun experience to have your pull request declined after investing a | ||
lot of time and effort into a new feature. To avoid this from happening, we | ||
request that contributors create an issue to first discuss any significant new | ||
features. | ||
Please try to keep your pull request focused in scope and avoid including | ||
unrelated commits. | ||
After you have submitted your pull request, we’ll try to get back to you as soon | ||
as possible. We may suggest some changes or improvements. | ||
Please format the code before submitting your pull request by running: | ||
``` | ||
npm run precommit | ||
``` | ||
https://github.com/erikras/react-final-form/blob/master/.github/CONTRIBUTING.md | ||
--> |