Update the CONTRIBUTING file
Create sections in the documentation
This commit is contained in:
parent
605b2fee9a
commit
f67565c0bf
21 changed files with 1015 additions and 920 deletions
6
docs/developer_documentation/workflows/changelog.md
Normal file
6
docs/developer_documentation/workflows/changelog.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Changelog fragments
|
||||
|
||||
```{include} ../../../CONTRIBUTING.md
|
||||
:start-after: "## Changelog fragments"
|
||||
:end-before: "## Make a release"
|
||||
```
|
||||
6
docs/developer_documentation/workflows/git.md
Normal file
6
docs/developer_documentation/workflows/git.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Git workflow
|
||||
|
||||
```{include} ../../../CONTRIBUTING.md
|
||||
:start-after: "## Git workflow"
|
||||
:end-before: "## Changelog fragments"
|
||||
```
|
||||
15
docs/developer_documentation/workflows/index.md
Normal file
15
docs/developer_documentation/workflows/index.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Development workflows
|
||||
|
||||
Funkwhale follows workflows for each area of development and release management. You can find a breakdown of these in this section.
|
||||
|
||||
```{toctree}
|
||||
---
|
||||
caption: Workflows
|
||||
maxdepth: 1
|
||||
---
|
||||
|
||||
git
|
||||
changelog
|
||||
release
|
||||
|
||||
```
|
||||
5
docs/developer_documentation/workflows/release.md
Normal file
5
docs/developer_documentation/workflows/release.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Make a release
|
||||
|
||||
```{include} ../../../CONTRIBUTING.md
|
||||
:start-after: "## Make a release"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue