-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Extend neurons readme * Add contributing guidelines * Extend readme * Add newline
- Loading branch information
Showing
3 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Contribution Guidelines | ||
|
||
Thank you for taking time to improve NQG implementation. | ||
To make the contribution process convenient for both you and us, please follow the outlined guildines. | ||
|
||
## Opening an Issue | ||
|
||
[//]: # (TODO add link to issues) | ||
|
||
Before starting any work on a feature or a bugfix, please [open an issue](). | ||
Opening an issue gives an opportunity to discuss if a feature is relevant to the project and if the proposed bugfix is a | ||
preferred solution which saves time in the Pull Request review phase. | ||
|
||
## Opening a Pull Request | ||
|
||
After you have implemented your changes, feel free to open a Pull Request. | ||
We encourage you to fill out the necessary details in the pull request description. | ||
|
||
Make sure that your changes are: | ||
|
||
1. Well documented | ||
2. Thoroughly tested with relevant automatic tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# stellar-community-fund-contracts | ||
# Neural Quorum Governance Contracts | ||
|
||
> ⚠️ Code in this repository has not been audited and is under development. | ||
[Neural Quorum Governance](https://stellarcommunityfund.gitbook.io/module-library/power-attribution/neural-governance) | ||
> is a governance framework implemented on the Stellar blockchain. | ||
> This repository contains smart contract used to conduct voting on-chain and rust modules we are using to calculate | ||
> neurons voting powers. | ||
## `/neurons` | ||
|
||
Contains source code of neurons. [See neurons docs for more details](neurons/README.md). | ||
|
||
## `/contract` | ||
|
||
Contains the source code of the governance contract. [See contract docs for more details](contracts/offchain/README.md). | ||
|
||
## Reporting Bugs and Issues | ||
|
||
Found a bug or an issue and want to report it? Please [open an issue](https://github.com/stellar/stellar-community-fund-contracts/issues). | ||
|
||
## Contributing | ||
|
||
This repository is under active development. Read the [contributing guidelines](./CONTRIBUTING.md) for more | ||
information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters