From e655ac0f37c05570b5c806cfda3918149f7852a2 Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Tue, 12 Dec 2017 11:14:50 -0800 Subject: [PATCH] Add Issue and Pull request templates --- .github/ISSUE_TEMPLATE.md | 85 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 22 +++++++++ 2 files changed, 107 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..6763e65cf7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,85 @@ + + +### Is this a bug report? + +(write your answer here) + + + +### Have you read the [Contributing Guidelines](https://github.com/facebook/Docusaurus/blob/master/CONTRIBUTING.md)? + +(Write your answer here.) + +### Environment + +(OS, Node, npm, yarn) + +### Steps to Reproduce + + + +(Write your steps here:) + +1. +2. +3. + +### Expected Behavior + + + +(Write what you thought would happen.) + +### Actual Behavior + + + +(Write what happened. Add screenshots, if applicable.) + +### Reproducible Demo + +(Paste the link to an example project and exact instructions to reproduce the issue.) + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..43f3ce605f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ + + +## Motivation + +(Write your motivation here.) + +## Test Plan + +(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!) + +## Related PRs + +(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/docusaurus, and link to your PR here.)