Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit ee12da5

Browse files
authored
Update CONTRIBUTING.md
1 parent 23b2ca5 commit ee12da5

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CONTRIBUTING.md

+35
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
1+
# Contributing
2+
I love your input!I want to make contributing to this project as easy and transparent as possible, whether it's:
13

4+
- Reporting a bug
5+
- Discussing the current state of the code
6+
- Submitting a fix
7+
- Proposing new features
8+
9+
## I Develop with Github
10+
I use github to host code, to track issues and feature requests, as well as accept pull requests.
11+
12+
### I Use [Github Flow](https://guides.github.com/introduction/flow/index.html), So All Code Changes Happen Through Pull Requests
13+
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:
14+
15+
1. Fork the repo and create your branch from `master`.
16+
2. If you've added code that should be tested, add tests.
17+
3. Ensure the test suite passes.
18+
4. Make sure your code lints.
19+
5. Issue that pull request!
20+
21+
## Report bugs using Github's [issues](https://github.com/EliazBobadilla/C-UltiSnippets-VSCode-Extension/issues)
22+
I use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/EliazBobadilla/C-UltiSnippets-VSCode-Extension/issues) it's that easy!
23+
24+
25+
**Great Bug Reports** tend to have:
26+
27+
- A quick summary and/or background
28+
- Steps to reproduce
29+
- Be specific!
30+
- Give sample code if you can
31+
- What you expected would happen
32+
- What actually happens
33+
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
34+
35+
## Any contributions you make will be under the MIT Software License
36+
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to send me a message if that's a concern.

0 commit comments

Comments
 (0)