Skip to content

Commit

Permalink
Merge pull request #11284 from Mab879/styleguide_pr_title
Browse files Browse the repository at this point in the history
Update Style Guide to Ensure that PR Titles are Useful
  • Loading branch information
marcusburghardt authored Nov 17, 2023
2 parents 9f1de1e + a300203 commit 54c18cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/manual/developer/04_style_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@

* Should follow [the template](https://github.com/ComplianceAsCode/content/blob/master/.github/pull_request_template.md)
* Shall remove the sample text from the template pull request
* Shall not have merge commits; they should have to be taken out by [rebasing](https://docs.github.com/en/get-started/using-git/about-git-rebase)
* Shall not have merge commits; they should have been taken out by [rebasing](https://docs.github.com/en/get-started/using-git/about-git-rebase)
* Should target `master` unless pulling an already merged pull request to a stabilization branch
* Shall have a useful title so that it can used in the changelog

### Before Merging

Expand Down

0 comments on commit 54c18cc

Please sign in to comment.