Skip to content

Commit

Permalink
Merge branch 'develop' into variable_patch_size
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalster authored Jun 19, 2024
2 parents 1f84711 + c609a21 commit 6f02296
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-issue-template.md
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.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/epic-issue-template.md
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
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/task-issue-template.md
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.

0 comments on commit 6f02296

Please sign in to comment.