1
1
# Contributing
2
2
3
- Thanks for your interest in contributing to π Final Form! Please take a moment
4
- to review this document ** before submitting a pull request** .
3
+ Thanks for your interest in contributing to π Final Form Arrays ! Please take a
4
+ moment to review this document ** before submitting a pull request** .
5
5
6
6
We are open to, and grateful for, any contributions made by the community.
7
7
8
8
## Reporting issues and asking questions
9
9
10
10
Before opening an issue, please search the
11
- [ issue tracker] ( https://github.com/erikras/final-form/issues ) to make sure your
12
- issue hasnβt already been reported.
11
+ [ issue tracker] ( https://github.com/erikras/final-form-arrays /issues ) to make
12
+ sure your issue hasnβt already been reported.
13
13
14
14
** We use the issue tracker to keep track of bugs and improvements** to π Final
15
- Form itself, its examples, and the documentation. We encourage you to open
16
- issues to discuss improvements, architecture, internal implementation, etc. If a
17
- topic has been discussed before, we will ask you to join the previous
15
+ Form Arrays itself, its examples, and the documentation. We encourage you to
16
+ open issues to discuss improvements, architecture, internal implementation, etc.
17
+ If a topic has been discussed before, we will ask you to join the previous
18
18
discussion.
19
19
20
20
For support or usage questions, please search and ask on
21
- [ StackOverflow with a ` final-form ` tag] ( https://stackoverflow.com/questions/tagged/final-form ) .
21
+ [ StackOverflow with a ` final-form-arrays ` tag] ( https://stackoverflow.com/questions/tagged/final-form-arrays ) .
22
22
We ask you to do this because StackOverflow has a much better job at keeping
23
23
popular questions visible. Unfortunately good answers get lost and outdated on
24
24
GitHub.
@@ -34,8 +34,8 @@ request.**
34
34
It's never a fun experience to have your pull request declined after investing a
35
35
lot of time and effort into a new feature. To avoid this from happening, we
36
36
request that contributors create
37
- [ an issue] ( https://github.com/erikras/final-form/issues ) to first discuss any
38
- significant new features.
37
+ [ an issue] ( https://github.com/erikras/final-form-arrays /issues ) to first discuss
38
+ any significant new features.
39
39
40
40
Please try to keep your pull request focused in scope and avoid including
41
41
unrelated commits.
@@ -74,4 +74,4 @@ npm test
74
74
```
75
75
76
76
Please ensure that the tests are passing when submitting a pull request. If
77
- you're adding new features to π Final Form, please include tests.
77
+ you're adding new features to π Final Form Arrays , please include tests.
0 commit comments