From 38acabfa6089ab8ac469c12b5f55022fb96935e5 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 23 Aug 2021 16:46:06 -0300 Subject: added web vendors --- history/CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 history/CONTRIBUTING.md (limited to 'history/CONTRIBUTING.md') diff --git a/history/CONTRIBUTING.md b/history/CONTRIBUTING.md new file mode 100644 index 0000000..56c2461 --- /dev/null +++ b/history/CONTRIBUTING.md @@ -0,0 +1,9 @@ +All development happens [on GitHub](https://github.com/ReactTraining/history). When [creating a pull request](https://help.github.com/articles/creating-a-pull-request/), please make sure that all of the following apply: + +- If you're adding a new feature or "fixing" a bug, please go into detail about your use case and why you think you need that feature or that bug fixed. This library has lots and lots of dependents, and we can't afford to make changes lightly without understanding why. +- The tests pass. The test suite will automatically run when you create the PR. All you need to do is wait a few minutes to see the result in the PR. +- Each commit in your PR should describe a significant piece of work. Work that was done in one commit and then undone later should be squashed into a single commit. + +If your PR fails to meet these guidelines, it may be closed without much of an explanation besides a link to this document. + +Thank you for your contribution! -- cgit v1.2.3