Skip to content

Commit

Permalink
Merge pull request #20 from mateuszrzeszutek/patch-1
Browse files Browse the repository at this point in the history
Fix links in repository.md
  • Loading branch information
flands committed Mar 31, 2021
2 parents 37116d2 + 39e8d3b commit a2697d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ it can release a `1.0.0` version.
## Required Files

- MUST have a `CHANGELOG.md` updated for every release
- MUST add the [templates/CODE_OF_CONDUCT](CODE_OF_CONDUCT)
- MUST add the [templates/CONTRIBUTING.md](CONTRIBUTING.md)
- MUST add the [CODE_OF_CONDUCT.md](templates/CODE_OF_CONDUCT.md)
- MUST add the [CONTRIBUTING.md](templates/CONTRIBUTING.md)
- MUST have a `.github/CODEOWNERS` file with at least two currently full-time Splunkers listed
- MUST NOT have any non-full-time Splunkers listed in `.github/CODEOWNERS`
- MUST have an Apache 2.0 `LICENSE` file
Expand All @@ -19,7 +19,7 @@ it can release a `1.0.0` version.
- MUST have troubleshooting information in `README.md`
- MUST have license information in `README.md`
- MUST have a `RELEASE.md` documenting the release process
- MUST add the [templates/SECURITY.md](SECURITY.md)
- MUST add the [SECURITY.md](templates/SECURITY.md)
- SHOULD add dependabot information to SECURITY.md if applicable

## Required Configuration
Expand Down

0 comments on commit a2697d9

Please sign in to comment.