1
1
## Contributing
2
2
3
- Any kind of help is highly appreciated! So if you have any questions, bug reports, ideas or if you want to
4
- give some kind of feedback, feel free to [ open a new issue] ( https://github.com/stnolting/neorv32/issues/new/choose )
3
+ If you have any questions, bug reports, ideas or if you want to
4
+ give some kind of feedback, feel free to open a [ new issue] ( https://github.com/stnolting/neorv32/issues/new/choose )
5
5
or start a new [ discussion] ( https://github.com/stnolting/neorv32/discussions ) . Also look out for issues and pull requests labeled with
6
6
[ ![ help-wanted] ( https://img.shields.io/badge/-help%20wanted-brightgreen )] ( https://github.com/stnolting/neorv32/labels/help%20wanted ) and
7
7
[ ![ good-first-issue] ( https://img.shields.io/badge/-good%20first%20issue-purple )] ( https://github.com/stnolting/neorv32/labels/good%20first%20issue ) ;
@@ -16,13 +16,13 @@ Please follow it in all your interactions with this project.
16
16
Here is a simple guide line if you'd like to contribute code modifications to this project:
17
17
18
18
1 . [ Fork] ( https://github.com/stnolting/neorv32/fork ) this repository and clone the fork: ` git clone https://github.com/stnolting/neorv32.git `
19
- 2 . In your local copy, create a feature branch in your fork : ` git checkout -b awesome_new_feature_branch `
20
- 3 . Create a new remote for the upstream repo: ` git remote add upstream https://github.com/stnolting/neorv32 `
19
+ 2 . In your local copy, create a feature branch: ` git checkout -b awesome_new_feature_branch `
20
+ 3 . Create a new _ remote _ for the upstream repo: ` git remote add upstream https://github.com/stnolting/neorv32 `
21
21
4 . Commit your modifications: ` git commit -m "Awesome new feature!" `
22
22
5 . Push to the branch: ` git push origin awesome_new_feature_branch `
23
23
6 . Create a new [ pull request] ( https://github.com/stnolting/neorv32/pulls ) ; please make sure that your feature branch is up-to-date
24
- with the project's ` main ` branch; we will review it as soon as possible
25
- 7 . If you like, discuss / show-case your work on the project's [ discussion board] ( https://github.com/stnolting/neorv32/discussions )
24
+ with the project's ` main ` branch; we will review your request as soon as possible!
25
+ 7 . If you like, discuss / show-case your work on the project's [ discussion board] ( https://github.com/stnolting/neorv32/discussions ) .
26
26
27
27
If your merge request modifies the code base in a significant way (something more than just a typo fix) please also update
28
28
the version identifier (increment the least-significant number) and add an according change log entry
0 commit comments