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

tweak templates #408

Merged
merged 2 commits into from
Aug 21, 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
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Issue template

### Context

Brief description. Is this part of a parent issue?
Expand Down
14 changes: 6 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
# Pull request template

#### Fixes
### Fixes

* Issues being closed by this PR

#### Description
### Description

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

#### Testing
### 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
### Performance

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

#### Docs
### Docs

* Accompanying docs PRs, if applicable

#### Breaking Changes
### Breaking Changes

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