-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from Green-Software-Foundation/issue-templates
pm: sync issue templates across repos
- Loading branch information
Showing
3 changed files
with
76 additions
and
36 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |