mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
Merge branch 'master' of https://github.com/stnolting/neorv32
This commit is contained in:
commit
92df5839a7
2 changed files with 15 additions and 1 deletions
14
CONTRIBUTING.md
Normal file
14
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Contributing
|
||||
|
||||
When contributing to this repository, please first discuss the change you wish to make via issue,
|
||||
email, or any other method with the owners of this repository before making a change.
|
||||
|
||||
Please note we have a [Code of Conduct](https://github.com/stnolting/neorv32/tree/master/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
|
||||
|
||||
## Contributing Process
|
||||
|
||||
1. [Fork](https://github.com/stnolting/neorv32/fork) this repository
|
||||
2. Create a feature branch in your fork: `git checkout -b cool_new_feature`
|
||||
3. Commit your modifications: `git commit -am 'This is awesome because ...'`
|
||||
4. Push to the branch: `git push origin cool_new_feature`
|
||||
5. Create a new [pull request](https://github.com/stnolting/neorv32/pulls)
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
## Introduction
|
||||
|
||||
The NEORV321 Processor is a customizable microcontroller-like system on chip (SoC) that is based
|
||||
The NEORV32 Processor is a customizable microcontroller-like system on chip (SoC) that is based
|
||||
on the RISC-V-compliant NEORV32 CPU. The project consists of two main parts:
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue