Skip to content

Commit

Permalink
feat: adds pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Sep 20, 2024
1 parent 082b1dd commit 85c03a9
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!--
When creating a pull request, you should uncomment the section below that
describes the type of pull request you are submitting.
-->

<!-- START SECTION: all pull requests
_Describe the problem or feature in addition to a link to the issues._
Before submitting this PR, please make sure:
- [ ] You have added a few sentences describing the PR here.
- [ ] You have added yourself or the appropriate individual as the assignee.
- [ ] You have added at least one relevant code reviewer to the PR.
- [ ] Your code builds clean without any errors or warnings.
- [ ] You have added tests (when appropriate).
- [ ] You have updated the README or other documentation to account for these
changes (when appropriate).
- [ ] You have added an entry to the relevant `CHANGELOG.md` (see
["keep a changelog"] for more information).
- [ ] Your commit messages follow the [conventional commit] style.
END SECTION -->

[conventional commit]: https://www.conventionalcommits.org/en/v1.0.0/#summary
["keep a changelog"]: https://keepachangelog.com/en/1.0.0/
12 changes: 12 additions & 0 deletions crankshaft-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

* Adds the initial version of the crate.
12 changes: 12 additions & 0 deletions crankshaft-docker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

* Adds the initial version of the crate.
12 changes: 12 additions & 0 deletions crankshaft-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

* Adds the initial version of the crate.
12 changes: 12 additions & 0 deletions crankshaft/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

* Adds the initial version of the crate.

0 comments on commit 85c03a9

Please sign in to comment.