URL
https://opencores.org/ocsvn/neorv32/neorv32/trunk
[/] [neorv32/] [trunk/] [CONTRIBUTING.md] - Blame information for rev 59
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
23 |
zero_gravi |
# Contributing
|
2 |
|
|
|
3 |
59 |
zero_gravi |
I'm always thankful for help! So if you have any questions, bug reports, ideas or if you want to give any kind of feedback, feel free
|
4 |
|
|
to [open a new issue](https://github.com/stnolting/neorv32/issues), start a new
|
5 |
|
|
[discussion on GitHub](https://github.com/stnolting/neorv32/discussions) or directly [drop me a line](mailto:stnolting@gmail.com).
|
6 |
23 |
zero_gravi |
|
7 |
59 |
zero_gravi |
:information_source: Please note we have a [Code of Conduct](https://github.com/stnolting/neorv32/tree/master/CODE_OF_CONDUCT.md),
|
8 |
|
|
please follow it in all your interactions with the project.
|
9 |
23 |
zero_gravi |
|
10 |
|
|
## Contributing Process
|
11 |
|
|
|
12 |
59 |
zero_gravi |
Here is a simple guide line if you'd like to contribute to this project:
|
13 |
|
|
|
14 |
|
|
0. :star: this repository :wink:
|
15 |
49 |
zero_gravi |
1. Check out the project's [code of conduct](https://github.com/stnolting/neorv32/tree/master/CODE_OF_CONDUCT.md)
|
16 |
|
|
2. [Fork](https://github.com/stnolting/neorv32/fork) this repository and clone the fork
|
17 |
|
|
3. Create a feature branch in your fork: `git checkout -b awesome_new_feature_branch`
|
18 |
|
|
4. Create a new remote for the upstream repo: `git remote add upstream https://github.com/stnolting/neorv32`
|
19 |
|
|
5. Commit your modifications: `git commit -m "Awesome new feature!"`
|
20 |
|
|
6. Push to the branch: `git push origin awesome_new_feature_branch`
|
21 |
|
|
7. Create a new [pull request](https://github.com/stnolting/neorv32/pulls)
|
22 |
59 |
zero_gravi |
8. If you like, discuss on the project's [discussion board](https://github.com/stnolting/neorv32/discussions)
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.