From 4b230a49e1a3245bb80bf74761634197eae17f4d Mon Sep 17 00:00:00 2001 From: SriMethan Date: Fri, 4 Feb 2022 19:07:33 +0530 Subject: [PATCH] Use Issue Template & Pull Request Template --- .github/ISSUE_TEMPLATE/bug.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 4 ++++ .github/ISSUE_TEMPLATE/other.md | 7 +++++++ .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 4 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/other.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..f9322ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Report something not working on python-shogi. +title: '' +labels: bug +assignees: '' +--- + + + +**Exactly where the bug happened** + +**Steps to reproduce the bug** + +**What did you expect to happen?** + +**What happened instead?** + +**Operating system and browser version** + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..43a1582 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +blank_issues_enabled: false +contact_links: + - name: Support + about: GitHub issues are meant for tracking enhancements and bugs, not general support. Instead, search the Wiki, StackOverflow. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..0d3b6ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,7 @@ +--- +name: Other +about: Other issue or enhancement for python-shogi. +title: '' +labels: '' +assignees: '' +--- \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..4a74d02 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ + + +### Why: + +Closes [issue link] + + + +### What's being changed: + + \ No newline at end of file