-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRG] Update contributing guidelines and issue templates (#655)
[MRG] Update contributing guidelines and issue templates
- Loading branch information
Showing
4 changed files
with
136 additions
and
50 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
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
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 |
---|---|---|
@@ -1,7 +1,26 @@ | ||
# Contributing to repo2docker development | ||
|
||
The repo2docker developer documentation can be found on these pages: | ||
:sparkles: Thank you for thinking about contributing to repo2docker! :sparkles: | ||
|
||
(And thank you particularly for coming to read the guidelines! :heart_eyes:) | ||
|
||
The repo2docker developer documentation is all rendered on our documentation website: [https://repo2docker.readthedocs.io](https://repo2docker.readthedocs.io). | ||
If you're here, you're probably looking for the [Contributing to repo2docker development](https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html) page. | ||
|
||
Please make sure you've read the following sections before opening an issue/pull request: | ||
* [Process for making a contribution](https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html#process-for-making-a-contribution). | ||
* These steps talk you through choosing the right issue template (bug report or feature request) and making a change. | ||
* [Guidelines to getting a Pull Request merged](https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html#guidelines-to-getting-a-pull-request-merged). | ||
* These are tips and tricks to help make your contribution as smooth as possible for you and for the repo2docker maintenance team. | ||
|
||
There are a few other pages to highlight: | ||
|
||
* [Contributing to repo2docker](https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html) | ||
* [Our roadmap](https://repo2docker.readthedocs.io/en/latest/contributing/roadmap.html) | ||
* We use the roadmap to develop a shared understanding of the project's vision and direction amongst the community of users, contributors, and maintainers. | ||
This is a great place to get a feel for what the maintainers are thinking about for the short, medium, and long term future of the project. | ||
* [Design of repo2docker](https://repo2docker.readthedocs.io/en/latest/design.html) | ||
* This page explains some of the design principles behind repo2docker. | ||
Its a good place to understand _why_ the team have made the decisions that they have along the way! | ||
* We absolutely encourage discussion around refactoring, updating or extending repo2docker, but please make sure that you've understood this page before opening an issue to discuss the change you'd like to propose. | ||
* [Common developer tasks and how-tos](https://repo2docker.readthedocs.io/en/latest/contributing/tasks.html) | ||
* Some notes on running tests, buildpack dependencies, creating a release, updating the changelog and keeping the pip files up to date. |
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