From 3ccf87c17c0a78c34baa99ba641671eb163edc4e Mon Sep 17 00:00:00 2001 From: timdeschryver Date: Fri, 21 Sep 2018 21:10:09 +0200 Subject: [PATCH] chore: reword how to add yourself as a contributor and add issue template --- .github/ISSUE_TEMPLATE.md.md | 27 +++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 6 +++++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE.md.md diff --git a/.github/ISSUE_TEMPLATE.md.md b/.github/ISSUE_TEMPLATE.md.md new file mode 100644 index 000000000..d81bb8e80 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md.md @@ -0,0 +1,27 @@ + + +## Minimal reproduction of the issue with instructions: + +## Expected behavior: + +## Other information: + +## I would be willing to submit a PR to fix this issue: + +[ ] Yes (Assistance is provided if you need help submitting a pull request) +[ ] No + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9bcc83474..e8827a7ae 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,7 +9,11 @@ Before submitting the Pull Request make sure you: * the commit message follows our guidelines: CONTRIBUTING.md#commit-message-guidelines -Feel free to add yourself as a contributor via `npm run contributors:add` +Feel free to add yourself as a contributor via `npm run contributors:add` and don't forget to run +`npm run contributors:generate` after this. For example: + +$ npm run contributors:add username code,test,translation +$ npm run contributors:generate -->