Skip to content

Commit

Permalink
add contributing and releasing docs from base of repo (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Aug 5, 2024
1 parent 372617d commit 511e09d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added

- Added both `CONTRIBUTING.md` and `RELEASING.md` files to official documentation.

### Changed

- 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.
Expand Down
5 changes: 5 additions & 0 deletions src/django_twc_package/docs/development/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
```{include} ../../CONTRIBUTING.md
```

See the [documentation](./just.md) for more information.
3 changes: 3 additions & 0 deletions src/django_twc_package/docs/development/releasing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```{include} ../../RELEASING.md
```
2 changes: 2 additions & 0 deletions src/django_twc_package/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
:maxdepth: 3
:caption: Development
development/contributing.md
development/just.md
Releasing <development/releasing.md>
```

0 comments on commit 511e09d

Please sign in to comment.