From b18b083d4411f3b30f8fe3876e73c891fb30bfb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Mon, 4 Dec 2017 15:01:20 +0100 Subject: [PATCH] Fix package naming --- .github/CONTRIBUTING.md | 22 +++++++++++----------- .github/ISSUE_TEMPLATE.md | 4 ++-- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 480d0c1..3f0f8d0 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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. @@ -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. @@ -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. diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8c3728d..e080a35 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ @@ -20,7 +20,7 @@ ### What's your environment? - + ### Other information diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1117c97..ab45293 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@