From 514ecdee788e15bf4425334a74734df10a56d2eb Mon Sep 17 00:00:00 2001 From: Christian Bundy Date: Tue, 17 Sep 2019 07:45:42 -0700 Subject: [PATCH] Add GitHub issue and PR templates --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 16 ++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 3 files changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000..f8516a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,18 @@ +--- +name: "🐞 Bug report" +about: Report a problem with this software +title: '' +labels: '' +assignees: '' + +--- + +**What version of this package are you using?** + +**What operating system, Node.js, and npm version?** + +**What happened?** + +**What did you expect to happen?** + +**Are you willing to submit a pull request to fix this bug?** diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 0000000..f79d822 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,16 @@ +--- +name: "⭐️ Feature request" +about: Request a new feature to be added +title: '' +labels: '' +assignees: '' + +--- + +**What version of this package are you using?** + +**What problem do you want to solve?** + +**What do you think is the correct solution to this problem?** + +**Are you willing to submit a pull request to implement this change?** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..0cfc272 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +**What is the purpose of this pull request?** + +**What changes did you make? (brief overview)** + +**Is there anything you'd like reviewers to focus on?**