Skip to content

Commit

Permalink
Update contributing doc: PRs must be associated with an issue
Browse files Browse the repository at this point in the history
Signed-off-by: F. Gold <[email protected]>
  • Loading branch information
codegold79 committed Apr 25, 2023
1 parent 837b8e0 commit 7b60e96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Description
_Include a summary of the change. If this change fixes an issue, indicate that on the `Fixes` line. Briefly include
relevant context and motivation._
_Include a summary of the change.
All PRs require an associated issue, even if the fix is trivial, e.g. fixing a typo.
If this change fixes an issue, indicate that on the `Fixes` line.
If this change partially fixes or addresses and issue, indicate that with `Updates` in stead of `Fixes`.
Briefly include relevant context and motivation._

Fixes #{issue}

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The build-tooling-for-integrations project team welcomes contributions from the
This is a rough outline of what a contributor's workflow looks like:

- Create a topic branch from where you want to base your work
- Ensure there is an issue describing the work you'll be doing
- Make commits of logical units
- Make sure your commit messages are in the proper format (see below)
- Push your changes to a topic branch in your fork of the repository
Expand Down

0 comments on commit 7b60e96

Please sign in to comment.