Skip to content

Commit a0c7834

Browse files
committed
Add templates to .github folder
1 parent 2b8b2dc commit a0c7834

File tree

6 files changed

+123
-0
lines changed

6 files changed

+123
-0
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# HTTP Software Contributor Code of Conduct
2+
3+
## Our Pledge
4+
5+
As contributors and maintainers of this project, and in order to keep
6+
community open and welcoming, we ask to respect all community members.
7+
8+
## Our Standards
9+
10+
Examples of behavior that contributes to creating a positive environment include:
11+
12+
* Using welcoming and inclusive language
13+
* Being respectful of differing viewpoints and experiences
14+
* Gracefully accepting constructive criticism
15+
* Focusing on what is best for the community
16+
* Showing empathy towards other community members
17+
18+
Examples of unacceptable behavior by participants include:
19+
20+
* The use of sexualized language or imagery and unwelcome sexual attention or
21+
advances
22+
* Personal attacks
23+
* Trolling or insulting/derogatory comments, and personal or political attacks
24+
* Public or private harassment
25+
* Publishing other's private information, such as physical or electronic
26+
addresses, without explicit permission
27+
* Other conduct which could reasonably be considered inappropriate in
28+
a professional setting
29+
30+
## Our Responsibilities
31+
32+
Project maintainers are responsible for clarifying the standards of acceptable
33+
behavior and are expected to take appropriate and fair corrective action in response
34+
to any instances of unacceptable behavior.
35+
36+
Project maintainers have the right and responsibility to remove, edit, or reject comments,
37+
commits, code, wiki edits, issues, and other contributions that are not aligned to this
38+
Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors
39+
that they deem inappropriate, threatening, offensive, or harmful.
40+
41+
## Scope
42+
43+
This Code of Conduct applies both within project spaces and in public spaces when
44+
an individual is representing the project or its community. Examples of representing
45+
a project or community include posting via an official social media account,
46+
within project GitHub, official forum or acting as an appointed representative at
47+
an online or offline event.
48+
49+
## Enforcement
50+
51+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported
52+
by contacting core team members. All complaints will be reviewed and investigated
53+
and will result in a response that is deemed necessary and appropriate to the circumstances.
54+
The project team is obligated to maintain confidentiality with regard to the reporter of
55+
an incident. Further details of specific enforcement policies may be posted separately.
56+
57+
Project maintainers who do not follow or enforce the Code of Conduct in good faith
58+
may face temporary or permanent repercussions as determined by other members of
59+
the project's leadership.
60+
61+
## Attribution
62+
63+
This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org),
64+
version 1.4.0, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4).

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug Report
3+
about: Report errors and problems
4+
labels: bug
5+
6+
---
7+
8+
**Description**
9+
<!-- A clear and concise description of the problem. -->
10+
11+
**How to reproduce**
12+
<!-- What steps will reproduce the problem. -->
13+
14+
**Expected result**
15+
<!-- What is the expected result. -->
16+
17+
**Possible solution**
18+
<!--- Optional: only if you have suggestions for fixing the bug. -->
19+
20+
21+
**Additional info**
22+
23+
| Q | A
24+
| ---------------- | ---
25+
| Package version | ?.?.?
26+
| PHP version |
27+
| Operating system |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Feature Request
3+
about: RFC and ideas for new features and improvements
4+
5+
---
6+
7+
**Description**
8+
<!-- A clear and concise description of the new feature. -->
9+
10+
**Example**
11+
<!-- A simple example of the new feature in action. -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Other Question
3+
about: Not related to bugs and new features
4+
5+
---
6+
7+
8+
We use GitHub issues only to discuss bugs and new features.
9+
10+
Send all other questions and suggestions to [mail@httpsoft.org](mailto:mail@httpsoft.org).

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
| Q | A
2+
| ------------- | ---
3+
| Bug fix? | yes/no
4+
| New feature? | yes/no
5+
| Breaks BC? | yes/no
6+
| Fixed issues | comma-separated list of a number tickets with a prefix "Fix #", if available, otherwise describe the problem below.

.github/SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Security Policy
2+
3+
Please send information about any security issue to [mail@httpsoft.org](mailto:mail@httpsoft.org). DO NOT use the issue tracker or discuss it in a public forum, as it will do more harm than good.
4+
5+
Please note that as a non-commercial OpenSource project we are not able to pay bounties at the moment.

0 commit comments

Comments
 (0)