From a27ae92f4e3d34dc1f508baa457317f57fc4439f Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 28 Sep 2021 08:54:29 -0400 Subject: [PATCH 1/2] Add issue templates --- .github/ISSUE_TEMPLATE/feature-request.md | 20 +++++++++++++++ .github/ISSUE_TEMPLATE/problem-report.md | 30 +++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/problem-report.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..8d9d9c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,20 @@ +--- +name: Feature Request +about: Suggest an idea for the course templates +title: '' +labels: '' +assignees: cansavvy + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/problem-report.md b/.github/ISSUE_TEMPLATE/problem-report.md new file mode 100644 index 0000000..bfaee7a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/problem-report.md @@ -0,0 +1,30 @@ +--- +name: Problem Report +about: Create a report to help improve leanbuild and its documentation +title: problem +labels: bug +assignees: cansavvy + +--- + +**Describe what is not working with the template or is unclear in the documentation** +A clear and concise description of what the bug is. + +**Please link to the specific course repository you are working on** + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. +What does the render look like versus what did you write and supply to `leanbuild`? + +**Additional context** +Add any other context about the problem here. From c841e0e40510c11eee2032a43d444c16589b5da2 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 28 Sep 2021 08:56:16 -0400 Subject: [PATCH 2/2] Add PR template too --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9c3808e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ + + +### Purpose/implementation Section + +#### What changes are being implemented in this Pull Request? + + + +#### What was your approach? + + + +#### What GitHub issue does your pull request address? + + + +### Tell potential reviewers what kind of feedback you are soliciting.