You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
Feel free to create issues or make pull requests, we'll try to quickly review them.
4
+
5
+
If you need to reach out to us, find a relevant [issue][Issues] or open a new one.
6
+
7
+
# Pull Requests
8
+
9
+
## Project Ideas
10
+
11
+
If you're looking for things to do check out the [open issues][Issues].
12
+
Or take a grep through [all TODO comments][TODO] in the code and feel free to help us out there!
13
+
14
+
## Best Practices
15
+
16
+
We appreciate your help as-is. We'd love to help you through the process for contributing. We have some suggestions to help make things go more smoothly.
17
+
18
+
Before spending too much time on a PR, consider opening an issue so we can make sure we're aligned on how the problem should be solved.
19
+
20
+
# Releasing
21
+
22
+
When we're ready to release, a project owner should do the following
23
+
- Determine what the next version is, according to semver
24
+
- Update the version in `Cargo.toml` and in the `README.md` and commit
25
+
- Run `git tag v<X>.<Y>.<Z>`
26
+
- Push all of this to `master`
27
+
- Create a github release
28
+
- Identify what fixes, features, and breaking changes are in the release.
29
+
- Run `cargo publish` (run `cargo login` first if needed)
0 commit comments