|
5 | 5 | (And thank you particularly for coming to read the guidelines! :heart_eyes:)
|
6 | 6 |
|
7 | 7 | The repo2docker developer documentation is all rendered on our documentation website: [https://repo2docker.readthedocs.io](https://repo2docker.readthedocs.io).
|
8 |
| -If you're here, you're probably looking for the [Contributing to repo2docker development](https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html) page. |
| 8 | +If you're here, you're probably looking for the [Contributing to repo2docker development](https://repo2docker.readthedocs.io/en/latest/contribute/contributing.html) page. |
9 | 9 |
|
10 | 10 | Please make sure you've read the following sections before opening an issue/pull request:
|
11 | 11 |
|
12 |
| -- [Process for making a contribution](https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html#process-for-making-a-contribution). |
| 12 | +- [Process for making a contribution](https://repo2docker.readthedocs.io/en/latest/contribute/contributing.html#process-for-making-a-contribution). |
13 | 13 | - These steps talk you through choosing the right issue template (bug report or feature request) and making a change.
|
14 |
| -- [Guidelines to getting a Pull Request merged](https://repo2docker.readthedocs.io/en/latest/contributing/contributing.html#guidelines-to-getting-a-pull-request-merged). |
| 14 | +- [Guidelines to getting a Pull Request merged](https://repo2docker.readthedocs.io/en/latest/contribute/contributing.html#guidelines-to-getting-a-pull-request-merged). |
15 | 15 | - These are tips and tricks to help make your contribution as smooth as possible for you and for the repo2docker maintenance team.
|
16 | 16 |
|
17 | 17 | There are a few other pages to highlight:
|
18 | 18 |
|
19 |
| -- [Our roadmap](https://repo2docker.readthedocs.io/en/latest/contributing/roadmap.html) |
| 19 | +- [Our roadmap](https://repo2docker.readthedocs.io/en/latest/contribute/roadmap.html) |
20 | 20 | - We use the roadmap to develop a shared understanding of the project's vision and direction amongst the community of users, contributors, and maintainers.
|
21 | 21 | 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.
|
22 | 22 | - [Design of repo2docker](https://repo2docker.readthedocs.io/en/latest/design.html)
|
23 | 23 | - This page explains some of the design principles behind repo2docker.
|
24 | 24 | Its a good place to understand _why_ the team have made the decisions that they have along the way!
|
25 | 25 | - 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.
|
26 |
| -- [Common developer tasks and how-tos](https://repo2docker.readthedocs.io/en/latest/contributing/tasks.html) |
| 26 | +- [Common developer tasks and how-tos](https://repo2docker.readthedocs.io/en/latest/contribute/tasks.html) |
27 | 27 | - Some notes on running tests, buildpack dependencies, creating a release, and keeping the pip files up to date.
|
0 commit comments