Skip to content

Commit a60b5bc

Browse files
committed
Initial commit of README, CONTRIBUTING, LICENSE, and .gitignore
0 parents  commit a60b5bc

File tree

4 files changed

+442
-0
lines changed

4 files changed

+442
-0
lines changed

.gitignore

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Compiled source #
2+
###################
3+
*.com
4+
*.class
5+
*.dll
6+
*.exe
7+
*.o
8+
*.so
9+
10+
# Packages #
11+
############
12+
# it's better to unpack these files and commit the raw source
13+
# git has its own built in compression methods
14+
*.7z
15+
*.dmg
16+
*.gz
17+
*.iso
18+
*.jar
19+
*.rar
20+
*.tar
21+
*.zip
22+
23+
# Logs and databases #
24+
######################
25+
*.log
26+
*.sql
27+
*.sqlite
28+
29+
# OS generated files #
30+
######################
31+
.DS_Store
32+
.DS_Store?
33+
._*
34+
.Spotlight-V100
35+
.Trashes
36+
ehthumbs.db
37+
Thumbs.db

CONTRIBUTING.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# How to Contribute
2+
3+
This is a free and open source project and we welcome contributions.
4+
5+
## Getting Started
6+
7+
First, make sure you have a [GitHub account](https://github.com/signup/free).
8+
9+
## Changes
10+
* Significant improvements should be documented as GitHub issues first.
11+
* Fork the repository
12+
* Make changes in your own fork.
13+
* When you make a commit, write a succinct summary of your changes in the description, add more details in the extended.
14+
* If you are using Github interface, before committing review your changes with the Preview tab. Then commit your changes.
15+
* Go to the master repository, and submit a pull request for your changes.
16+
17+
## Typos and Other Small Changes
18+
19+
If you find typos, mistakes, inconsistencies or other problems in the Blockchain Guild documents, please let us know by filing an issue at the appropriate issue tracker (we use multiple repositories). No issue is too small.
20+
21+
# Community Guidelines
22+
23+
* Be nice: Be courteous, respectful and polite to fellow community members
24+
* Make everyone in our community feel welcome, regardless of their background and the extent of their contributions
25+
* Share only content that you own, do not share private or sensitive information, and don't break laws.
26+
* Stay on topic
27+

0 commit comments

Comments
 (0)