Skip to content

Commit 8faa408

Browse files
authored
Merge pull request #1 from MichaelDeBoey/fix-package-naming
Fix package naming
2 parents 8f67b3d + fdde1ec commit 8faa408

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.github/CONTRIBUTING.md

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

3-
Thanks for your interest in contributing to 🏁 React Final Form! Please take a
4-
moment to review this document **before submitting a pull request**.
3+
Thanks for your interest in contributing to 🏁 React Final Form Arrays! Please
4+
take a 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/react-final-form/issues) to make sure
12-
your issue hasn’t already been reported.
11+
[issue tracker](https://github.com/erikras/react-final-form-arrays/issues) to
12+
make sure your issue hasn’t already been reported.
1313

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
14+
**We use the issue tracker to keep track of bugs and improvements** to 🏁 React
15+
Final Form Arrays itself, its examples, and the documentation. We encourage you
16+
to open issues to discuss improvements, architecture, internal implementation,
17+
etc. 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 `react-final-form` tag](https://stackoverflow.com/questions/tagged/react-final-form).
21+
[StackOverflow with a `react-final-form-arrays` tag](https://stackoverflow.com/questions/tagged/react-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/react-final-form/issues) to first discuss
38-
any significant new features.
37+
[an issue](https://github.com/erikras/react-final-form-arrays/issues) to first
38+
discuss any significant new features.
3939

4040
Please try to keep your pull request focused in scope and avoid including
4141
unrelated commits.
@@ -52,7 +52,7 @@ npm run precommit
5252
## Coding standards
5353

5454
Our code formatting rules are defined in
55-
[.eslintrc](https://github.com/erikras/react-final-form/blob/master/.eslintrc).
55+
[.eslintrc](https://github.com/erikras/react-final-form-arrays/blob/master/.eslintrc).
5656
You can check your code against these standards by running:
5757

5858
```sh
@@ -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 🏁 React Final Form, please include tests.
77+
you're adding new features to 🏁 React 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 🏁 React Final Form!
3+
👋 Hey, thanks for taking an interest in 🏁 React Final Form Arrays!
44
55
-->
66

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

2121
### What's your environment?
2222

23-
<!-- Include 🏁 React Final Form version, 🏁 Final Form version, OS/browser affected, Node version, etc. -->
23+
<!-- Include 🏁 React Final Form Arrays version, 🏁 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 🏁 React Final Form!
3+
👋 Hey, thanks for your interest in contributing to 🏁 React 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/react-final-form/blob/master/.github/CONTRIBUTING.md
24+
https://github.com/erikras/react-final-form-arrays/blob/master/.github/CONTRIBUTING.md
2525
2626
-->

0 commit comments

Comments
 (0)