Skip to content

Commit d61c5b8

Browse files
committed
update contrib guide
1 parent c35cda5 commit d61c5b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
Contributions are welcome!
44

5-
1. Open an **issue** and start discussing your suggestions. Issues can comprise e.g. a bug, a documentation improvement, a new or enhanced feature, beginner-friendly examples, tests, etc.
5+
1. Open an **issue** and start discussing your suggestion. An issue can include a proposal to e.g. fix a bug, improve documentation, include a new or enhanced feature, develop a new beginner-friendly example, add a missing test, etc.
66

7-
2. **Fork** this repo.
7+
2. **Fork** this repo and clone your fork as described [here](https://help.github.com/articles/fork-a-repo/).
88

99
3. Do your changes and additions in line with the issue discussions. Make minimal, coherent commits with good commit messages.
1010

11-
4. When you are ready with an enhancement that compiles and run according to expectations, create a **pull request** (PR). Make sure your fork is up-to-date with the master repo before creating a PR.
11+
4. When you are ready with an enhancement that compiles and run according to expectations, create a **pull request** (PR). Make sure that you keep your fork [synced](https://help.github.com/articles/syncing-a-fork/) with this upstream repo before creating a PR.
1212

1313
Please keep the general intention of this repo in mind as outlined in the README; in summary: *Beginner-friendly API:s usable with simple Scala*
1414

0 commit comments

Comments
 (0)