Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contributing doc: PRs must be associated with an issue #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
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