Sfoglia il codice sorgente

The borgmatic project no longer accepts pull requests on GitHub. Use https://torsion.org/borgmatic/#contributing instead.

Dan Helfman 1 mese fa
parent
commit
3f92b0b6ed
3 ha cambiato i file con 21 aggiunte e 7 eliminazioni
  1. 11 0
      .github/mistaken-pull-closer.yml
  2. 3 0
      NEWS
  3. 7 7
      README.md

+ 11 - 0
.github/mistaken-pull-closer.yml

@@ -0,0 +1,11 @@
+filters:
+  - true
+
+commentBody: |
+  Thanks for your contribution! Unfortunately, we don't use GitHub pull requests
+  to manage code contributions to this repository (and GitHub doesn't have any
+  way to disable pull requests entirely). Instead, please see
+  https://torsion.org/borgmatic/#contributing which provides full instructions
+  on how to submit pull requests. You can even use your GitHub account to login.
+
+addLabel: false

+ 3 - 0
NEWS

@@ -8,6 +8,9 @@
    1 (info about steps borgmatic is taking). This prevented logs from showing up in monitoring
    services like Healthchecks unless you had an explicit monitoring verbosity set.
  * Move Mastodon social hosting from Fosstodon to FLOSS.social: https://floss.social/@borgmatic
+ * The borgmatic project no longer accepts pull requests on GitHub. But see
+   https://torsion.org/borgmatic/#contributing for how you can still submit pull requests. You can
+   even use your GitHub account to login.
 
 2.0.4
  * #1072: Fix path rewriting for non-root patterns in the ZFS, Btrfs, and LVM hooks.

+ 7 - 7
README.md

@@ -160,21 +160,21 @@ Other questions or comments? Contact
 ### Contributing
 
 borgmatic [source code is
-available](https://projects.torsion.org/borgmatic-collective/borgmatic) and is also mirrored
-on [GitHub](https://github.com/borgmatic-collective/borgmatic) for convenience.
+available](https://projects.torsion.org/borgmatic-collective/borgmatic) and also
+has a read-only mirror on
+[GitHub](https://github.com/borgmatic-collective/borgmatic) for convenience.
 
 borgmatic is licensed under the GNU General Public License version 3 or any
 later version.
 
-If you'd like to contribute to borgmatic development, please feel free to
-submit a [Pull
-Request](https://projects.torsion.org/borgmatic-collective/borgmatic/pulls) or
+If you'd like to contribute to borgmatic development, please feel free to submit
+a [pull
+request](https://projects.torsion.org/borgmatic-collective/borgmatic/pulls) or
 open an
 [issue](https://projects.torsion.org/borgmatic-collective/borgmatic/issues) to
 discuss your idea. Note that you'll need to
 [register](https://projects.torsion.org/user/sign_up?invite_code=borgmatic)
-first. We also accept Pull Requests on GitHub, if that's more your thing. In
-general, contributions are very welcome. We don't bite!
+first. In general, contributions are very welcome. We don't bite!
 
 Also, please check out the [borgmatic development
 how-to](https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/) for