Skip to content

Commit 3b95d4b

Browse files
authored
Merge pull request #1 from MichaelDeBoey/fix-package-naming
Fix package naming
2 parents 6b8cd9c + b18b083 commit 3b95d4b

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

β€Ž.github/CONTRIBUTING.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Contributing
22

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**.
55

66
We are open to, and grateful for, any contributions made by the community.
77

88
## Reporting issues and asking questions
99

1010
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.
1313

1414
**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
1818
discussion.
1919

2020
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).
2222
We ask you to do this because StackOverflow has a much better job at keeping
2323
popular questions visible. Unfortunately good answers get lost and outdated on
2424
GitHub.
@@ -34,8 +34,8 @@ request.**
3434
It's never a fun experience to have your pull request declined after investing a
3535
lot of time and effort into a new feature. To avoid this from happening, we
3636
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.
3939

4040
Please try to keep your pull request focused in scope and avoid including
4141
unrelated commits.
@@ -74,4 +74,4 @@ npm test
7474
```
7575

7676
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.

β€Ž.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
πŸ‘‹ Hey, thanks for taking an interest in 🏁 Final Form!
3+
πŸ‘‹ Hey, thanks for taking an interest in 🏁 Final Form Arrays!
44
55
-->
66

@@ -20,7 +20,7 @@
2020

2121
### What's your environment?
2222

23-
<!-- Include 🏁 Final Form version, OS/browser affected, Node version, etc. -->
23+
<!-- Include 🏁 Final Form Arrays version, 🏁 Final Form version, OS/browser affected, Node version, etc. -->
2424

2525
### Other information
2626

β€Ž.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
πŸ‘‹ Hey, thanks for your interest in contributing to 🏁 Final Form!
3+
πŸ‘‹ Hey, thanks for your interest in contributing to 🏁 Final Form Arrays!
44
55
**Please ask first before starting work on any significant new features.**
66
@@ -21,6 +21,6 @@ Please format the code before submitting your pull request by running:
2121
npm run precommit
2222
```
2323
24-
https://github.com/erikras/final-form/blob/master/.github/CONTRIBUTING.md
24+
https://github.com/erikras/final-form-arrays/blob/master/.github/CONTRIBUTING.md
2525
2626
-->

0 commit comments

Comments
Β (0)