From f68f7a33dece4d106c6a17a698b1f411441ef0d9 Mon Sep 17 00:00:00 2001 From: irmerk Date: Fri, 12 Feb 2021 14:32:12 -0500 Subject: [PATCH] chore(github): sync templates Signed-off-by: irmerk --- .github/ISSUE_TEMPLATE/bug_report.md | 11 +++++++- .github/ISSUE_TEMPLATE/custom-issue.md | 11 +++++++- .github/ISSUE_TEMPLATE/feature_request.md | 11 +++++++- .github/pull_request_template.md | 32 +++++++++++++++++------ 4 files changed, 54 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7548b768..5070fe21 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,12 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + # Bug Report 🐛 @@ -31,4 +40,4 @@ ## Possible Implementation - \ No newline at end of file + diff --git a/.github/ISSUE_TEMPLATE/custom-issue.md b/.github/ISSUE_TEMPLATE/custom-issue.md index 62b2b22b..33888216 100644 --- a/.github/ISSUE_TEMPLATE/custom-issue.md +++ b/.github/ISSUE_TEMPLATE/custom-issue.md @@ -1,3 +1,12 @@ +--- +name: Custom Issue +about: For miscellaneous, such as questions, discussions, etc. +title: '' +labels: '' +assignees: '' + +--- + # Discussion 🗣 @@ -6,4 +15,4 @@ ## Detailed Description - \ No newline at end of file + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index af56520c..0abf12c0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,3 +1,12 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + # Feature Request 🛍️ @@ -13,4 +22,4 @@ ## Detailed Description - \ No newline at end of file + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b13c828a..9845807f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,14 +1,30 @@ -# Closes # - + + + +# Closes # + ### Changes -- - - -- + + +- +- ### Flags -- + +- +- + +### Screenshots or Video + ### Related Issues -- Issue # -- Pull Request # \ No newline at end of file +- Issue # +- Pull Request # + +### Author Checklist +- [ ] Ensure you provide a [DCO sign-off](https://github.com/probot/dco#how-it-works) for your commits using the `--signoff` option of git commit. +- [ ] Vital features and changes captured in unit and/or integration tests +- [ ] Commits messages follow [AP format](https://github.com/accordproject/techdocs/blob/master/DEVELOPERS.md#commit-message-format) +- [ ] Extend the documentation, if necessary +- [ ] Merging to `master` from `fork:branchname` \ No newline at end of file