Skip to content

Commit

Permalink
Add templates to .github folder
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Aug 28, 2020
1 parent 718ec1b commit 31f1d1b
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 0 deletions.
64 changes: 64 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# HTTP Software Contributor Code of Conduct

## Our Pledge

As contributors and maintainers of this project, and in order to keep
community open and welcoming, we ask to respect all community members.

## Our Standards

Examples of behavior that contributes to creating a positive environment include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Personal attacks
* Trolling or insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing other's private information, such as physical or electronic
addresses, without explicit permission
* Other conduct which could reasonably be considered inappropriate in
a professional setting

## Our Responsibilities

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.

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.

## Scope

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 posting via an official social media account,
within project GitHub, official forum or acting as an appointed representative at
an online or offline event.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported
by contacting core team members. All complaints will be reviewed and investigated
and will result in a response that is deemed necessary and 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.

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.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org),
version 1.4.0, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4).
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug Report
about: Report errors and problems
labels: bug

---

**Description**
<!-- A clear and concise description of the problem. -->

**How to reproduce**
<!-- What steps will reproduce the problem. -->

**Expected result**
<!-- What is the expected result. -->

**Possible solution**
<!--- Optional: only if you have suggestions for fixing the bug. -->


**Additional info**

| Q | A
| ---------------- | ---
| Package version | ?.?.?
| PHP version |
| Operating system |
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Feature Request
about: RFC and ideas for new features and improvements

---

**Description**
<!-- A clear and concise description of the new feature. -->

**Example**
<!-- A simple example of the new feature in action. -->
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/OTHER_QUESTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Other Question
about: Not related to bugs and new features

---


We use GitHub issues only to discuss bugs and new features.

Send all other questions and suggestions to [[email protected]](mailto:[email protected]).
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
| Q | A
| ------------- | ---
| Bug fix? | yes/no
| New feature? | yes/no
| Breaks BC? | yes/no
| Fixed issues | comma-separated list of a number tickets with a prefix "Fix #", if available, otherwise describe the problem below.
5 changes: 5 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Security Policy

Please send information about any security issue to [[email protected]](mailto:[email protected]). DO NOT use the issue tracker or discuss it in a public forum, as it will do more harm than good.

Please note that as a non-commercial OpenSource project we are not able to pay bounties at the moment.

0 comments on commit 31f1d1b

Please sign in to comment.