Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed May 2, 2024
1 parent bae4a1a commit 5031ada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We may not always be able to respond immediately to feedback, so please bear wit

* We may want to make minor changes to your pull request before merging, so please ensure that the **Allow edits from maintainers** option on your feature branch is enabled.

* Please don't change the [VERSION](https://github.com/bbc/audiowaveform/blob/master/VERSION) file, or update the [ChangeLog](https://github.com/bbc/audiowaveform/blob/master/ChangeLog). We'll do that when [preparing a new release](#preparing-a-new-release).
* Please don't change the [VERSION](https://github.com/bbc/audiowaveform/blob/master/VERSION) file, or update [CHANGELOG.md](https://github.com/bbc/audiowaveform/blob/master/CHANGELOG.md). We'll do that when [preparing a new release](#preparing-a-new-release).

* Please follow the existing coding conventions.

Expand All @@ -28,7 +28,7 @@ We may not always be able to respond immediately to feedback, so please bear wit

* Please add test cases for your feature, and ensure all tests are passing (`make test`).

* When merging a feature branch, core contributors may choose to squash your commits, so that the feature is merged as a single logical change.
* When merging a feature branch, we may choose to squash your commits so that the feature is merged as a single logical change.

### Preparing a new release

Expand All @@ -50,4 +50,4 @@ We may not always be able to respond immediately to feedback, so please bear wit

* Compile Windows binaries using [compile-static-audiowaveform](https://github.com/chrisn/compile-static-audiowaveform) and upload to the GitHub Release page.

* Build [RPM packages](https://github.com/bbc/audiowaveform/tree/master/rpm) and upload to the GitHub Release page.
* Build [RPM and Debian packages](https://github.com/bbc/audiowaveform/tree/master/rpm) and upload to the GitHub Release page.

0 comments on commit 5031ada

Please sign in to comment.