We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c0d64 commit 187741cCopy full SHA for 187741c
1 file changed
CONTRIBUTING.md
@@ -0,0 +1,18 @@
1
+# Contributing guide
2
+
3
+PRs are welcome!
4
5
+This guide is quite barebones - if you have any questions, feel free to open an issue or contact [@MMK21](https://github.com/MMK21Hub/).
6
7
+## Setup
8
9
+We use Rust and Cargo, as is standard for most Rust projects.
10
11
+## Publishing a new release
12
13
+1. Bump version
14
+ - Ensure Cargo.toml and Cargo.lock are commited
15
+2. Run `build_binaries.sh`
16
+ - See the script for usage details
17
+3. Create a GitHub release
18
+ - Auto-generate release notes from PR titles & add some blurb
0 commit comments