Skip to content

Fix package naming #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Contributing

Thanks for your interest in contributing to 🏁 Final Form! Please take a moment
to review this document **before submitting a pull request**.
Thanks for your interest in contributing to 🏁 Final Form Arrays! Please take a
moment to review this document **before submitting a pull request**.

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

## Reporting issues and asking questions

Before opening an issue, please search the
[issue tracker](https://github.com/erikras/final-form/issues) to make sure your
issue hasn’t already been reported.
[issue tracker](https://github.com/erikras/final-form-arrays/issues) to make
sure your issue hasn’t already been reported.

**We use the issue tracker to keep track of bugs and improvements** to 🏁 Final
Form itself, its examples, and the documentation. We encourage you to open
issues to discuss improvements, architecture, internal implementation, etc. If a
topic has been discussed before, we will ask you to join the previous
Form Arrays itself, its examples, and the documentation. We encourage you to
open issues to discuss improvements, architecture, internal implementation, etc.
If a topic has been discussed before, we will ask you to join the previous
discussion.

For support or usage questions, please search and ask on
[StackOverflow with a `final-form` tag](https://stackoverflow.com/questions/tagged/final-form).
[StackOverflow with a `final-form-arrays` tag](https://stackoverflow.com/questions/tagged/final-form-arrays).
We ask you to do this because StackOverflow has a much better job at keeping
popular questions visible. Unfortunately good answers get lost and outdated on
GitHub.
Expand All @@ -34,8 +34,8 @@ request.**
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](https://github.com/erikras/final-form/issues) to first discuss any
significant new features.
[an issue](https://github.com/erikras/final-form-arrays/issues) to first discuss
any significant new features.

Please try to keep your pull request focused in scope and avoid including
unrelated commits.
Expand Down Expand Up @@ -74,4 +74,4 @@ npm test
```

Please ensure that the tests are passing when submitting a pull request. If
you're adding new features to 🏁 Final Form, please include tests.
you're adding new features to 🏁 Final Form Arrays, please include tests.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--

👋 Hey, thanks for taking an interest in 🏁 Final Form!
👋 Hey, thanks for taking an interest in 🏁 Final Form Arrays!

-->

Expand All @@ -20,7 +20,7 @@

### What's your environment?

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

### Other information

Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--

👋 Hey, thanks for your interest in contributing to 🏁 Final Form!
👋 Hey, thanks for your interest in contributing to 🏁 Final Form Arrays!

**Please ask first before starting work on any significant new features.**

Expand All @@ -21,6 +21,6 @@ Please format the code before submitting your pull request by running:
npm run precommit
```

https://github.com/erikras/final-form/blob/master/.github/CONTRIBUTING.md
https://github.com/erikras/final-form-arrays/blob/master/.github/CONTRIBUTING.md

-->