-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from WiiQare/feature/Improve-code-coverage-#1
feature/#1 contributing guidelines, updated architecture diagram
- Loading branch information
Showing
3 changed files
with
26 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,17 @@ | ||
# Contributing Guidelines for Wiiqare's smart contract | ||
We would greatly appreciate your contributions, ideas to improve or critical thoughts in the form of: | ||
|
||
- Reporting bugs | ||
- Discussing the current state of the code | ||
- Submitting a fix | ||
- Proposing new features | ||
- Raising and discussing concerns. | ||
|
||
on Discord or via the Github issues. | ||
|
||
## We Develop with Github | ||
We use github to host code, to track issues and feature requests, as well as accept pull requests. | ||
|
||
## Want to add some code? | ||
We use [Gitflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) for our code contribution. New branches should have | ||
the feature/ or hotfix/ prefix, the issue number and title, for example: feature/smartcontract-code-coverage-#1 |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.