Skip to content
Open
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
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ _Put a `x` in the boxes that apply_
- [ ] Did you test the pull request locally?
- [ ] Did you add new tests?

### How to test

<!-- Steps to take to test the new feature, verify the bug is fixed, etc.
Please do not just include steps for the happy path, but failure modes too. -->

## Documentation

<!--
Expand Down
10 changes: 9 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE_simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,25 @@ _Put a `x` in the boxes that apply_
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds a feature)
- [ ] Breaking change (fix or feature that would cause existing features not to work as expected)
- [ ] Documentation Update
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no API changes)
- [ ] Build related changes
- [ ] Other (please describe):

## Documentation

- [ ] Did you add/update relevant documentation (in [nebari-dev/nebari-docs](https://github.com/nebari-dev/nebari-docs))? Link to PR:

## Testing

- [ ] Did you test the pull request locally?
- [ ] Did you add new tests?

### How to test

<!-- Steps to take to test the new feature, verify the bug is fixed, etc.
Please do not just include steps for the happy path, but failure modes too. -->

## Any other comments?

<!--
Expand Down