Skip to content

Commit 2ad702d

Browse files
committed
add github stuff
1 parent 1c68d9d commit 2ad702d

File tree

4 files changed

+128
-0
lines changed

4 files changed

+128
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Contributing
2+
3+
We love pull requests from everyone.
4+
5+
Fork, then clone the repo:
6+
7+
```bash
8+
$ git clone [email protected]:your-username/allure-python.git
9+
```
10+
11+
Make your change. Add tests for your change. Make sure all the tests pass.
12+
13+
Push your fork and submit a pull request.
14+

.github/ISSUE_TEMPLATE.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
[//]: # (
2+
. Note: for support questions, please use Stackoverflow or Gitter**.
3+
. This repository's issues are reserved for feature requests and bug reports.
4+
.
5+
. In case of any problems with Allure Jenkins plugin** please use the following repository
6+
. to create an issue: https://github.com/jenkinsci/allure-plugin/issues
7+
.
8+
. Make sure you have a clear name for your issue. The name should start with a capital
9+
. letter and no dot is required in the end of the sentence. An example of good issue names:
10+
.
11+
. - The report is broken in IE11
12+
. - Add an ability to disable default plugins
13+
. - Support emoji in test descriptions
14+
)
15+
16+
#### I'm submitting a ...
17+
- [ ] bug report
18+
- [ ] feature request
19+
- [ ] support request => Please do not submit support request here, see note at the top of this template.
20+
21+
#### What is the current behavior?
22+
23+
24+
#### If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
25+
26+
27+
#### What is the expected behavior?
28+
29+
30+
#### What is the motivation / use case for changing the behavior?
31+
32+
33+
#### Please tell us about your environment:
34+
35+
- Allure version: 2.1.0
36+
- Test framework: [email protected]
37+
- Allure adaptor: [email protected]
38+
- Generate report using: [email protected]
39+
40+
#### Other information
41+
42+
[//]: # (
43+
. e.g. detailed explanation, stacktraces, related issues, suggestions
44+
. how to fix, links for us to have more context, eg. Stackoverflow, Gitter etc
45+
)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[//]: # (
2+
. Thank you so much for sending us a pull request!
3+
.
4+
. Make sure you have a clear name for your pull request.
5+
. The name should start with a capital letter and no dot is required in the end of the sentence.
6+
. To link the request with isses use the following notation: (fixes #123, fixes #321\)
7+
.
8+
. An example of good pull request names:
9+
. - Add Russian translation (fixes #123\)
10+
. - Add an ability to disable default plugins
11+
. - Support emoji in test descriptions
12+
)
13+
14+
### Context
15+
[//]: # (
16+
Describe the problem or feature in addition to a link to the issues
17+
)
18+
19+
#### Checklist
20+
- [ ] [Sign Allure CLA][cla]
21+
- [ ] Provide unit tests
22+
23+
[cla]: https://cla-assistant.io/accept/allure-framework/allure2

CODE_OF_CONDUCT.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
## Our Standards
8+
9+
Examples of behavior that contributes to creating a positive environment include:
10+
11+
* Using welcoming and inclusive language
12+
* Being respectful of differing viewpoints and experiences
13+
* Gracefully accepting constructive criticism
14+
* Focusing on what is best for the community
15+
* Showing empathy towards other community members
16+
17+
Examples of unacceptable behavior by participants include:
18+
19+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
20+
* Trolling, insulting/derogatory comments, and personal or political attacks
21+
* Public or private harassment
22+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
23+
* Other conduct which could reasonably be considered inappropriate in a professional setting
24+
25+
## Our Responsibilities
26+
27+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28+
29+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
## Scope
32+
33+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34+
35+
## Enforcement
36+
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38+
39+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40+
41+
## Attribution
42+
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44+
45+
[homepage]: http://contributor-covenant.org
46+
[version]: http://contributor-covenant.org/version/1/4/

0 commit comments

Comments
 (0)