Skip to content

Commit 2407f69

Browse files
authored
Create CONTRIBUTING.md
1 parent 5dc7575 commit 2407f69

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CONTRIBUTING.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
First off, thank YOU!
2+
3+
It's thanks to people like you that the project thrives :)
4+
If you are reading this, it means you want to contribute to this project one way or another.
5+
6+
Our vision for Then is to simplify swift async code on all platforms running Swift code.
7+
8+
We are very open to contributions and any ideas that can improve the project !
9+
10+
## How can I contribute?
11+
12+
- Report a bug or strange behavior via an issue
13+
- Suggest a new feature via an issue
14+
- Open a pull request
15+
16+
In order to maximize your pull request approval, you may want to open an issue first.
17+
That way the addition or change can be discussed, so that you don't waste time on a feature that might be rejected later.
18+
19+
20+
When you issue a change, make sure you run the unit tests (Cmd+U) and check all pass.
21+
22+
When adding a new feature, it's best if you can add the corresponding unit tests. If this is new to you, no problem, the team can help you
23+
or add the unit tests for you :)

0 commit comments

Comments
 (0)