From b5be35e057da769457f0b9bf92074efbbd4a4890 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Tue, 1 Jun 2021 16:16:10 +1000 Subject: [PATCH 1/3] Remove extra contributing file --- .github/CONTRIBUTING.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 5ac541a7c7..0000000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,3 +0,0 @@ -# Example Contributing Guidelines - -This is an example of GitHub's contributing guidelines file. Check out GitHub's [CONTRIBUTING.md help center article](https://help.github.com/articles/setting-guidelines-for-repository-contributors/) for more information. From 50c50c852ce8f3875ea4a3f6f9dd81d31712e242 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Tue, 1 Jun 2021 16:28:45 +1000 Subject: [PATCH 2/3] Update issue template Adopting a Problem/Solution format. --- .github/ISSUE_TEMPLATE.md | 47 +++++++++++++++++++++++++++++++++------ 1 file changed, 40 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5863654bdc..e41f03387d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,42 @@ -- **I'm submitting a ...** - [ ] bug report - [ ] feature request - [ ] question about the decisions made in the repository - [ ] question about how to use this project + +This is a **bug report/feature or change request/support request** -- **Summary** +## Problem -- **Other information** (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.) + + +## Proposed Solutions + + + +## Notes + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e04147782f..31c60f16d1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,21 @@ -- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) +## Problem -- **What is the current behavior?** (You can also link to an open issue here) + + +## Solution + + + +## Notes + + + +- Resolves +- Related to