Skip to content

Commit 1078b9e

Browse files
committed
Improved github templates
1 parent 3f864db commit 1078b9e

File tree

2 files changed

+61
-21
lines changed

2 files changed

+61
-21
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Contributor Code of Conduct
2+
3+
As contributors and maintainers of this project, and in the interest of
4+
fostering an open and welcoming community, we pledge to respect all people who
5+
contribute through reporting issues, posting feature requests, updating
6+
documentation, submitting pull requests or patches, and other activities.
7+
8+
We are committed to making participation in this project a harassment-free
9+
experience for everyone, regardless of level of experience, gender, gender
10+
identity and expression, sexual orientation, disability, personal appearance,
11+
body size, race, ethnicity, age, religion, or nationality.
12+
13+
Examples of unacceptable behavior by participants include:
14+
15+
* The use of sexualized language or imagery
16+
* Personal attacks
17+
* Trolling or insulting/derogatory comments
18+
* Public or private harassment
19+
* Publishing other's private information, such as physical or electronic
20+
addresses, without explicit permission
21+
* Other unethical or unprofessional conduct
22+
23+
Project maintainers have the right and responsibility to remove, edit, or
24+
reject comments, commits, code, wiki edits, issues, and other contributions
25+
that are not aligned to this Code of Conduct, or to ban temporarily or
26+
permanently any contributor for other behaviors that they deem inappropriate,
27+
threatening, offensive, or harmful.
28+
29+
By adopting this Code of Conduct, project maintainers commit themselves to
30+
fairly and consistently applying these principles to every aspect of managing
31+
this project. Project maintainers who do not follow or enforce the Code of
32+
Conduct may be permanently removed from the project team.
33+
34+
This Code of Conduct applies both within project spaces and in public spaces
35+
when an individual is representing the project or its community.
36+
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
38+
reported by contacting a project maintainer at [INSERT EMAIL ADDRESS]. All
39+
complaints will be reviewed and investigated and will result in a response that
40+
is deemed necessary and appropriate to the circumstances. Maintainers are
41+
obligated to maintain confidentiality with regard to the reporter of an
42+
incident.

.github/CONTRIBUTING.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
# Contributing Guidelines
2-
3-
Contributing guidelines for open-source EK projects.
4-
5-
**IMPORTANT! Contribute your code only if you have an excellent understanding of project idea and all existing code base. Otherwise, a nicely formatted issue will be more helpful to us.**
6-
7-
### Issues
8-
9-
1. Provide product version where the problem was found;
10-
2. Provide info about your environment;
11-
3. Provide detailed info about your problem;
12-
4. Provide steps to reproduce the problem;
13-
5. Provide actual and expected results.
14-
15-
### Code
16-
17-
1. Check your code **before** creating pull request;
18-
2. If tests are present in a project, add tests for your code;
19-
3. Add inline documentation for your code;
20-
4. Apply code style used throughout the project;
21-
5. Create your pull request to `develop` branch (_pull requests to other branches are not allowed_).
1+
# Contributing Guidelines
2+
3+
**IMPORTANT! Contribute your code only if you have an excellent understanding of project idea and all existing code base. Otherwise, a nicely formatted issue will be more helpful to us.**
4+
5+
### Issues
6+
7+
1. Provide product version where the problem was found;
8+
2. Provide info about your environment;
9+
3. Provide detailed info about your problem;
10+
4. Provide steps to reproduce the problem;
11+
5. Provide actual and expected results.
12+
13+
### Code
14+
15+
1. Check your code **before** creating pull request;
16+
2. If tests are present in a project, add tests for your code;
17+
3. Add inline documentation for your code;
18+
4. Apply code style used throughout the project;
19+
5. Create your pull request to `develop` branch (_pull requests to other branches are not allowed_).

0 commit comments

Comments
 (0)