-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds CONTRIBUTING.md to inform contributors of important contribution policies, legal documents, agreements and guidelines. Signed-off-by: Hoang Thuan Pham <hoang.pham@calian.ca>
- Loading branch information
1 parent
8cae177
commit f297385
Showing
2 changed files
with
87 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Contributing to Eclipse CDT Cloud Time Graph | ||
|
||
Thanks for your interest in the [Eclipse CDT Cloud Time Graph][timegraph]! | ||
The following is a set of guidelines for contributing to the project. | ||
|
||
## How to Contribute | ||
|
||
In order to contribute, please first [open an issue][issues] that clearly describes the bug you | ||
intend to fix or the feature you would like to add. Make sure you provide a way to reproduce | ||
the bug or test the proposed feature. | ||
|
||
Once you have your code ready for review, please open a [pull request][pr]. | ||
|
||
A committer will then review your contribution and help to get it merged. | ||
|
||
## Code of Conduct | ||
|
||
This project is governed by the [Eclipse Community Code of Conduct][conduct]. | ||
By participating, you are expected to uphold this code. | ||
|
||
## Eclipse Development Process | ||
|
||
This Eclipse Foundation open project is governed by the [Eclipse Foundation | ||
Development Process][dev-process] and operates under the terms of the [Eclipse IP Policy][ip-policy]. | ||
|
||
## Eclipse Contributor Agreement | ||
|
||
In order to be able to contribute to Eclipse Foundation projects you must | ||
electronically sign the [Eclipse Contributor Agreement (ECA)][eca]. | ||
|
||
The ECA provides the Eclipse Foundation with a permanent record that you agree | ||
that each of your contributions will comply with the commitments documented in | ||
the Developer Certificate of Origin (DCO). Having an ECA on file associated with | ||
the email address matching the "Author" field of your contribution's Git commits | ||
fulfills the DCO's requirement that you sign-off on your contributions. | ||
|
||
For more information, please see the [Eclipse Committer Handbook][handbook]. | ||
|
||
## Contact | ||
|
||
For questions related to the Time Graph, please open a GitHub [issue tracker][issues]. | ||
|
||
The Time Graph is part of `eclipse-cdt-cloud`. If you have any questions regarding CDT Cloud, | ||
please refer to the contact options listed on the [CDT.Cloud website][cdt]. | ||
|
||
[cdt]: https://cdt-cloud.io/contact/ | ||
[conduct]: https://github.com/eclipse/.github/blob/master/CODE_OF_CONDUCT.md | ||
[dev-process]: https://eclipse.org/projects/dev_process | ||
[eca]: https://www.eclipse.org/legal/ECA.php | ||
[handbook]: https://www.eclipse.org/projects/handbook/#resources-commit | ||
[ip-policy]: https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf | ||
[issues]: https://github.com/eclipse-cdt-cloud/timeline-chart/issues | ||
[pr]: https://github.com/eclipse-cdt-cloud/timeline-chart/pulls | ||
[timegraph]: https://github.com/eclipse-cdt-cloud/timeline-chart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters