Skip to content

Commit

Permalink
Merge pull request #463 from Green-Software-Foundation/add-bug-report…
Browse files Browse the repository at this point in the history
…ing-template

Create bug/issue reporting template
  • Loading branch information
jmcook1186 authored Feb 25, 2024
2 parents d505026 + a2554cd commit ae32e65
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/agenda.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Agenda
about: The standard agenda template for Impact Framework
title: "GSF IEF Meeting Agenda yyyy-mm-dd"
title: GSF IEF Meeting Agenda yyyy-mm-dd
labels: agenda
assignees: ''

Expand Down
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**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.

**Additional context**
Add any other context about the problem here.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/dev-ticket.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: Dev-ticket
about: General developer ticket
title: "Dev ticket - "
labels: dev-ticket
about: General developer ticket
title: 'Dev ticket - '
labels: ''
assignees: ''

---

<!--- Provide a general summary of the issue in the Title above -->
Expand Down Expand Up @@ -34,7 +35,7 @@ assignees: ''
## What does "done" look like?
<!--- Explain what needs to happen in order for this to be considered complete -->

## Does this require updaes to documentation or other materials??
## Does this require updates to documentation or other materials??
<!--- Are there documentation, website or other media changes required after this change is implemented?. -->

## What testing is required?
Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/feedback.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: Feedback
about: Submiting feedback on the IEF implementation
title: "Feedback - "
labels: feedback
title: 'Feedback - '
labels: ''
assignees: ''

---

## Scope
Expand Down Expand Up @@ -39,4 +40,4 @@ What fixes do you propose?
e.g. "please define a response time of X days for issues and publish in the project README"


**Note: We will take all feedback seriously. Please be polite and constructive - aggressive or abusive feedback will simply be deleted.**
**Note: We will take all feedback seriously. Please be polite and constructive - aggressive or abusive feedback will simply be deleted.**
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/model-plugin.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: Model Plugin
about: Submiting a request to create a model plugin
title: "Model Plugin - "
title: 'Model Plugin - '
labels: model
assignees: ''

---

- **What**:
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/sprint-planning.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Sprint planning
about: The standard template for IF sprint planning
title: "GSF IEF Sprint planning yyyy-mm-dd"
labels: sprint planning
title: GSF IEF Sprint planning yyyy-mm-dd
labels: ''
assignees: ''

---
Expand Down Expand Up @@ -36,4 +36,4 @@ Who will work on which issue? What are the deadlines?
What opportunities are there to raise concerns, resize, course correct, ask for support during the coming sprint?

### Discussions and AOB
- [ ]
- [ ]
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/user-story.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: User story
about: This describes a user story for IEF
title: "[User story] ...."
labels: user-story
labels: ''
assignees: ''

---
Expand Down

0 comments on commit ae32e65

Please sign in to comment.