forked from santaclose/ImGuiColorTextEdit
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCONTRIBUTING
50 lines (40 loc) · 1.7 KB
/
CONTRIBUTING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Contributing to ImGuiColorTextEdit
We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
##Code of Conduct
ImGuiColorTextEdit has adopted a Code of Conduct that we expect project
participants to adhere to. Please read
[the full text](CODE_OF_CONDUCT.md) so that you can understand
what actions will and will not be tolerated.
## Development Process
We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.
## Raising Issues
We use [GitHub issues](https://github.com/goossens/ImGuiColorTextEdit/issues)
to track public bugs. Report a bug by
[opening a new issue](https://github.com/goossens/ImGuiColorTextEdit/issues/new);
it's that easy! Great bug reports tend to have:
- A quick summary and/or background
- Steps to reproduce (be specific and give sample code if you can)
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening,
or stuff you tried that didn't work)
## Pull Requests
Pull requests are the best way to propose changes to the codebase.
We actively welcome your pull requests:
1. Fork the repo and create your branch from `master`.
2. If you've added code that should be tested, add tests.
3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes.
5. Make sure your code lints.
6. Issue that pull request!
## Coding Style
All contributions must be in the same style as the rest of
ImGuiColorTextEdit.
## License
By contributing, you agree that your contributions will be
licensed under its MIT License.