aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNRK <nrk@noreply.codeberg.org>2022-06-15 16:07:46 +0200
committerNRK <nrk@noreply.codeberg.org>2022-06-15 16:07:46 +0200
commit33a5d54cae441e447186c640747740dabc0c05fe (patch)
tree24121dda7c3e1902c9ff80017585e5e4b4931040 /CONTRIBUTING.md
parent91e097a4e6e1f8900ea71a45549a9dd5ac31253b (diff)
downloadnsxiv-33a5d54cae441e447186c640747740dabc0c05fe.tar.zst
Release version 30v30
Co-authored-by: NRK <nrk@disroot.org> Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7310227..82c4a75 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -55,6 +55,8 @@ Our workflow regarding pull requests is the following:
* Code related changes require two approvals, but documentation related
changes (e.g. typo) can be merged with just one.
+ * If a pull request has a single approval, no objections and has been open
+ for more than 7 days, then it may be force-merged.
* Always prefer squashing when merging. In the case a PR makes more than one
significant change, use the "don't squash" tag and rebase instead.
* When merging, make sure the commit message is cleaned up properly so that
@@ -65,7 +67,7 @@ For releases, the process is the following:
* Tag the release with a "vN" tag, where N is the version number. Also set
the commit message and tag description for the release commit to "Release
version N". Make sure to use an annotated tag.
- * Update `VERSION` macro in the `Makefile`.
+ * Update `VERSION` macro in `config.mk`.
* Update the changelog (`CHANGELOG.md`):
* Include link to the release tarball and add the release date.
* Document only the changes or fixes between releases. Don't document