Skip to content

Commit 7b60e96

Browse files
committed
Update contributing doc: PRs must be associated with an issue
Signed-off-by: F. Gold <[email protected]>
1 parent 837b8e0 commit 7b60e96

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Description
2-
_Include a summary of the change. If this change fixes an issue, indicate that on the `Fixes` line. Briefly include
3-
relevant context and motivation._
2+
_Include a summary of the change.
3+
All PRs require an associated issue, even if the fix is trivial, e.g. fixing a typo.
4+
If this change fixes an issue, indicate that on the `Fixes` line.
5+
If this change partially fixes or addresses and issue, indicate that with `Updates` in stead of `Fixes`.
6+
Briefly include relevant context and motivation._
47

58
Fixes #{issue}
69

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The build-tooling-for-integrations project team welcomes contributions from the
77
This is a rough outline of what a contributor's workflow looks like:
88

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

0 commit comments

Comments
 (0)