-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5712667
commit f7661ed
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Contributing to `sealed` | ||
|
||
- Ensure you're using Rust 1.56.0 to develop and test. | ||
This is required because we test macro error messages, which are not stable across | ||
compiler versions. Pinning the version everyone uses when developing `sealed` was the | ||
solution I found. If you know of a better solution, | ||
[let me know](https://github.com/jmg-duarte/sealed-rs/issues/new)! | ||
|
||
- If you're adding new functionality, add tests to the new functionality and existing | ||
ones, ensuring they all play nice with each other! | ||
|
||
- If you're fixing existing functionality, start by adding a minimal reproducible | ||
example as a test and fix the code until you achieve the desired behavior. | ||
|
||
Have fun! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters