File: pull_request_template.md

package info (click to toggle)
camping 3.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,312 kB
  • sloc: ruby: 5,032; javascript: 2,362; makefile: 29
file content (20 lines) | stat: -rw-r--r-- 896 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Get your PR ready!
- [ ] Name your PR something Snazzy.
- [ ] Make certain that your PR passes the tests.
- [ ] If you made any changes to `camping.rb`, or `camping-unabridged.rb` then make sure they are in sync.
- [ ] If this is a Release PR, make sure that you updated the Camping version in `camping.gemspec`, `lib/version.rb`, and the `CHANGELOG`
- [ ] Add a nice description of your changes in the CHANGELOG.
- [ ] Delete any unnecessary commented out code that you thought you might need while working on the thing.
- [ ] Rebase from main: `git checkout main; git pull upstream main, git checkout my_awesome_branch, git rebase main`.
- [ ] Add a Description of your PR here.
- [ ] Add a bulleted list with your changes.

When all that's done, Ask for a review from Karl.

## Example

This is my great PR! I added kittens. lot's of Kittens.

Changes:
* Added Kittens.
* Removed non Kittens.