Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add templates #403

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Issue template

### Context

Brief description. Is this part of a parent issue?

### Requirements

* Required functionality.

### Tests

* Anything we should test for? How should it be tested?

### Docs

* What docs should be updated? Link to related docs changes in the PR.

### Open questions

* Any uncertainties? Anything we're flexible about?
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Pull request template

#### Fixes

* Issues being closed by this PR

#### Description

* A brief description of what this does. Include screenshots, if anything should change visually.

#### Testing

* Steps to test this PR, if there are any required.
* For cut-and-dry changes (API updates or interface tweaks), include a screenshot or updated API response to show what correct behavior looks like

#### Performance

* If you're adding or heavily modifying a script, estimate how long it should take to run.

#### Docs

* Accompanying docs PRs, if applicable

#### Breaking Changes

* What functionality, if any, might be broken by this change, which could impact other developers. For example, an environmental variable changing.
Loading