Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit fffb041

Browse files
Add pull-request-template and code-of-conduct
Description: - added the pull request template so it's easier to understand the scope or PRs as well as how to test them. - added the code-of-conduct from Eclipse, present from the main repository. Signed-off-by: vince-fugnitto <[email protected]>
1 parent 5553271 commit fffb041

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!--
2+
Thank you for your Pull Request. Please provide a description and review
3+
the requirements below.
4+
5+
Contributors guide: https://github.com/theia-ide/theia/blob/master/CONTRIBUTING.md
6+
-->
7+
8+
#### What it does
9+
<!-- Include relevant issues and describe how they are addressed. -->
10+
11+
#### How to test
12+
<!-- Explain how a reviewer can reproduce a bug, test new functionality or verify performance improvements. -->
13+
14+
#### Review checklist
15+
16+
- [ ] as an author, I have thoroughly tested my changes and carefully followed [the review guidelines](https://github.com/theia-ide/theia/blob/master/doc/pull-requests.md#requesting-a-review)
17+
18+
#### Reminder for reviewers
19+
20+
- as a reviewer, I agree to behave in accordance with [the review guidelines](https://github.com/theia-ide/theia/blob/master/doc/pull-requests.md#reviewing)

CODE_OF_CONDUCT.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
3+
<div id="theia-logo" align="left">
4+
<br />
5+
<img src="https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/EF_GRY-OR_svg.svg?sanitize=true" alt="Eclipse Logo" width="300"/>
6+
</div>
7+
8+
# Community Code of Conduct
9+
Version 1.0
10+
June 23, 2015
11+
12+
As members of the Eclipse community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting code reviews, pull requests, patches, and other activities.
13+
14+
We are committed to making participation in the Eclipse community a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion or analogous grounds.
15+
16+
Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
17+
18+
Eclipse Foundation staff 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. Project leaders, committers and contributors who do not follow the Code of Conduct may be removed from the project.
19+
20+
This code of conduct applies within Eclipse project spaces, or in public spaces when an individual is representing the project or the Eclipse community.
21+
22+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by emailing the Eclipse Management Organization: [email protected].
23+
24+
This Code of Conduct is adapted from the Contributor Covenant (http://contributor-covenant.org), version 1.1.0, available at http://contributor-covenant.org/version/1/1/0/
25+
26+
27+
<div id="theia-logo" align="left">
28+
<br />
29+
<img src="https://www.eclipse.org/images/Eclipse_Code_of_Conduct.png" alt="Eclipse Logo" width="150"/>
30+
</div>
31+
32+
----
33+
Note: Please see [here](https://www.eclipse.org/org/documents/Community_Code_of_Conduct.php) for the latest version of this document, hosted at the Eclipse Foundation

0 commit comments

Comments
 (0)