From 20abf41ebea3fddcd222f0633bd0a7c3157239df Mon Sep 17 00:00:00 2001 From: Pey Lian Lim <2090236+pllim@users.noreply.github.com> Date: Tue, 29 Dec 2020 17:32:55 -0500 Subject: [PATCH] MNT: Add issue and PR templates --- .github/ISSUE_TEMPLATE/bug_report.md | 61 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 27 ++++++++++ .github/ISSUE_TEMPLATE/question.md | 35 +++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 29 +++++++++++ 4 files changed, 152 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.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 000000000..9ef062836 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,61 @@ +--- +name: Bug report +about: Create a report describing unexpected or incorrect behavior in ginga. +labels: 'bug' +--- + + + + + + + + + +### Description + + +### Expected behavior + + +### Actual behavior + + + +### Steps to Reproduce + + + + +1. [First Step] +2. [Second Step] +3. [and so on...] + +```python +# Put your Python code snippet here. +``` + +### System Details + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..0d159efc4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,27 @@ +--- +name: Feature request +about: Suggest an idea to improve ginga +label: 'Feature Request' +--- + + + + + + + +### Description + + + + + +### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..7e9bfdc43 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,35 @@ +--- +name: Question +about: Ask a question about ginga that is neither a bug report nor a feature request. +labels: 'question' +--- + + + + + + + + + +### Description + + +### System Details (optional) + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..9c740e414 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ + + + + + + + + +### Description + + + + +This pull request is to address ... + + + +Fixes #