Skip to content
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
9 changes: 6 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Test addition/modification (change that adds or modifies tests)
- [ ] Exercise solution (implementation of an exercise solution)
- [ ] Test (change that adds or modifies tests)
- [ ] Documentation (change to documentation)
- [ ] Refactoring (improvement to code structure without changing functionality)
- [ ] Refactor (improvement to code structure without changing functionality)
- [ ] Style (code formatting changes that don't affect functionality; e.g. whitespace, missing semi-colons, etc)
- [ ] Build (changes to build system or external dependencies)
- [ ] CI (changes to continuous integration configuration files and scripts)
- [ ] Chore (other updates that don't affect production code)

## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ git switch -c JIRA-1234

### Install Dependencies (If Applicable)

Each exercise has its own dependencies, follow the instructions provided in the relevant README.md file.
Each exercise has its own dependencies; follow the instructions provided in the relevant README.md file.

## ✏️ Making Contributions

Expand Down