Skip to content

Commit 511e09d

Browse files
add contributing and releasing docs from base of repo (#113)
1 parent 372617d commit 511e09d

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1717

1818
## [Unreleased]
1919

20+
### Added
21+
22+
- Added both `CONTRIBUTING.md` and `RELEASING.md` files to official documentation.
23+
2024
### Changed
2125

2226
- Added `allow-prereleases: true` to all Python setup steps in GitHub Actions workflows. This should allow for easy testing of future, unreleased versions of Python.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
```{include} ../../CONTRIBUTING.md
2+
3+
```
4+
5+
See the [documentation](./just.md) for more information.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```{include} ../../RELEASING.md
2+
3+
```

src/django_twc_package/docs/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
:maxdepth: 3
88
:caption: Development
99
10+
development/contributing.md
1011
development/just.md
12+
Releasing <development/releasing.md>
1113
```

0 commit comments

Comments
 (0)