-
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 branch 'develop' into variable_patch_size
- Loading branch information
Showing
3 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
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,34 @@ | ||
--- | ||
name: Bug report issue template | ||
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. Install this version '...' | ||
|
||
2. Run this code | ||
```{r} | ||
``` | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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,27 @@ | ||
--- | ||
name: Epic issue template | ||
about: Describe the major new functionality you envisage | ||
title: '' | ||
labels: epic | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Problem statement | ||
|
||
High level user story: As [persona], I want to [action], so that I can [benefit]. | ||
|
||
Elaboration: More on use case, impact, thoughts on possible design | ||
|
||
Owner: @????? | ||
|
||
## Issues ## | ||
|
||
- [ ] https://github.com/traitecoevo/plant/issues/XXX | ||
|
||
## Acceptance criteria ## | ||
|
||
Given a XXXX we can | ||
|
||
- [ ] do this | ||
- [ ] and this |
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,20 @@ | ||
--- | ||
name: Task issue template | ||
about: Details on specific task to be completed | ||
title: '' | ||
labels: task | ||
assignees: '' | ||
|
||
--- | ||
|
||
**What broader epic is this connected to?** | ||
A clear and concise description of the task in relation to the broader goal. | ||
|
||
**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. |