mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
add symlink and make it work
This commit is contained in:
parent
e8eef73212
commit
a4ca813cf5
3 changed files with 5 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Contributing
|
||||
|
||||
FluxCD toolkit is [Apache 2.0 licensed](LICENSE) and accepts contributions
|
||||
via GitHub pull requests. This document outlines some of the conventions on
|
||||
to make it easier to get your contribution accepted.
|
||||
FluxCD toolkit is [Apache 2.0 licensed](https://github.com/fluxcd/toolkit/blob/master/LICENSE)
|
||||
and accepts contributions via GitHub pull requests. This document outlines
|
||||
some of the conventions on to make it easier to get your contribution accepted.
|
||||
|
||||
We gratefully welcome improvements to issues and documentation as well as to
|
||||
code.
|
||||
|
|
|
|||
1
docs/contributing/index.md
Symbolic link
1
docs/contributing/index.md
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../CONTRIBUTING.md
|
||||
|
|
@ -90,3 +90,4 @@ nav:
|
|||
- Sync source git: cmd/tk_sync_source_git.md
|
||||
- Uninstall: cmd/tk_uninstall.md
|
||||
- Roadmap: roadmap/index.md
|
||||
- Contributing: contributing/index.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue