OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [CONTRIBUTING.md] - Blame information for rev 69

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 23 zero_gravi
# Contributing
2
 
3 69 zero_gravi
We're 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) or start a new [discussion](https://github.com/stnolting/neorv32/discussions).
5
Also look out for issues and pull requests labeled with
6
[![help-wanted](https://img.shields.io/badge/-help%20wanted-brightgreen)](https://github.com/stnolting/neorv32/labels/help%20wanted).
7 23 zero_gravi
 
8 59 zero_gravi
:information_source: Please note we have a [Code of Conduct](https://github.com/stnolting/neorv32/tree/master/CODE_OF_CONDUCT.md),
9
please follow it in all your interactions with the project.
10 23 zero_gravi
 
11
## Contributing Process
12
 
13 69 zero_gravi
Here is a simple guide line if you'd like to contribute code modifications to this project:
14 59 zero_gravi
 
15
0. :star: this repository :wink:
16 49 zero_gravi
1. Check out the project's [code of conduct](https://github.com/stnolting/neorv32/tree/master/CODE_OF_CONDUCT.md)
17
2. [Fork](https://github.com/stnolting/neorv32/fork) this repository and clone the fork
18
3. Create a feature branch in your fork: `git checkout -b awesome_new_feature_branch`
19
4. Create a new remote for the upstream repo: `git remote add upstream https://github.com/stnolting/neorv32`
20
5. Commit your modifications: `git commit -m "Awesome new feature!"`
21
6. Push to the branch: `git push origin awesome_new_feature_branch`
22
7. Create a new [pull request](https://github.com/stnolting/neorv32/pulls)
23 59 zero_gravi
8. If you like, discuss on the project's [discussion board](https://github.com/stnolting/neorv32/discussions)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.