Skip to content

Commit

Permalink
Merge pull request #9 from Green-Software-Foundation/issue-templates
Browse files Browse the repository at this point in the history
pm: sync issue templates across repos
  • Loading branch information
jmcook1186 authored Dec 6, 2023
2 parents 8c3135a + 8519905 commit 629b3f0
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/agenda.md

This file was deleted.

32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Issue tracker is **ONLY** used for reporting bugs.

<!--- Provide a general summary of the issue in the Title above -->

## Expected Behavior
<!--- Tell us what should happen -->

## Actual Behavior
<!--- Tell us what happens instead of the expected behavior -->

## Ideas for Solution
<!--- Not required, but suggest a fix/reason for the bug if possible -->

## Steps to Reproduce
<!--- Provide a link to a live example, or a set of specific instructions to -->
<!--- reproduce the bug. Include code, if relevant -->
1.
2.
3.
4.

## Context (Environment)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->

<!--- Provide a general summary of the issue in the Title above -->

## Detailed Description
<!--- Provide a detailed description of the change or addition you are proposing -->

## Possible Implementation
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/dev-ticket.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Dev-ticket
about: General developer ticket
title: "Dev ticket - "
labels: dev-ticket
assignees: ''
---

<!--- Provide a general summary of the issue in the Title above -->

## Story
<!--- Describe the benefits of this change, ideally in the following format: -->
<!--- As a < type of user >, I want < some goal > so that < some reason >. -->

## Rationale
<!--- Provide the relevant background information to udnerstand why this change is needed -->
<!--- This is where you can provide more details thathelp the reader understand why you want to make this change -->

## Implementation details
<!--- Explain the steps you will take to implement this change. If you do not have specific steps yet, write your implementation ideas or outline general approach -->

## Priority
<!--- How urgent is this issue, and why? -->
<!--- Explain in writing or give a numerical value from 1 (nice-to-have) to 5 (critical) -->

## Scope
<!--- Which parts of the project/codebase does this affect? -->
<!--- What are the possibel downstream impacts or side-effects of this change?? -->

## Size
<!--- How long do you expect this to take? -->
<!--- How many people/person-hours are required? -->

## 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??
<!--- Are there documentation, website or other media changes required after this change is implemented?. -->

## What testing is required?
<!--- Describe what tests are required to ensure this change has been delivered as expected -->

## Is this a known/expected update?
<!--- Has this been discussed with the core team or in a discussion forum? Provide links if possible. -->

0 comments on commit 629b3f0

Please sign in to comment.