Use CONTRIBUTING from our org
Rather than having multiple CONTRIBUTING files, one for each repository, which we will need to keep in sync, we could use GitHub's special .github repository for community files. This idea was first reported by @bpo in the context of the examples repository: https://github.com/dagger/examples/pull/47#issuecomment-1012517202 I have added it as https://github.com/dagger/.github and explained how the contributing flow now changed for first-time contributors to *any* repository in our org: https://github.com/dagger/examples/pull/47#issuecomment-1013450052 There is more info on this feature here: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file We could continue by adding CODE_OF_CONDUCT, SECURITY etc. files and all our repositories will use them, without needing to add these files to each repository. Is this a GitHub feature something that fits us? Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
@@ -239,18 +239,18 @@ dagger up -e multibucket
|
||||
|
||||
### Using the environment
|
||||
|
||||
[This section is not yet written](https://github.com/dagger/dagger/blob/main/CONTRIBUTING.md)
|
||||
[This section is not yet written](https://github.com/dagger/.github/blob/main/CONTRIBUTING.md)
|
||||
|
||||
## Share your environment
|
||||
|
||||
### Introduction to gitops
|
||||
|
||||
[This section is not yet written](https://github.com/dagger/dagger/blob/main/CONTRIBUTING.md)
|
||||
[This section is not yet written](https://github.com/dagger/.github/blob/main/CONTRIBUTING.md)
|
||||
|
||||
### Review changes
|
||||
|
||||
[This section is not yet written](https://github.com/dagger/dagger/blob/main/CONTRIBUTING.md)
|
||||
[This section is not yet written](https://github.com/dagger/.github/blob/main/CONTRIBUTING.md)
|
||||
|
||||
### Commit changes
|
||||
|
||||
[This section is not yet written](https://github.com/dagger/dagger/blob/main/CONTRIBUTING.md)
|
||||
[This section is not yet written](https://github.com/dagger/.github/blob/main/CONTRIBUTING.md)
|
||||
|
@@ -106,4 +106,4 @@ You've probably seen it when you've initialized your project:
|
||||
```
|
||||
|
||||
We are still a small community and are constantly looking for new contributors that will work with us to improve this fantastic project. If you feel like we are missing a package or want to improve an existing one, please start with our
|
||||
[contributing docs](https://github.com/dagger/dagger/blob/main/CONTRIBUTING.md) and open a PR.
|
||||
[contributing docs](https://github.com/dagger/.github/blob/main/CONTRIBUTING.md) and open a PR.
|
||||
|
Reference in New Issue
Block a user