-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Francesco Astegiano <[email protected]>
- Loading branch information
Showing
11 changed files
with
350 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: "Enhancement" | ||
about: "Suggest an enhancement for this project ✨" | ||
title: "Feature: A cool new feature..." | ||
labels: "enhancement" | ||
assignees: '' | ||
|
||
--- | ||
## Description of the change | ||
|
||
<!-- Describe the scope of your change - i.e. what the change does. --> | ||
|
||
## Benefits | ||
|
||
<!-- What benefits will be realized by the code change? --> | ||
|
||
## Possible drawbacks | ||
|
||
<!-- Describe any known limitations with your change --> | ||
|
||
## Additional information | ||
|
||
<!-- If there's anything else that's important and relevant to your pull request, mention that information here. --> | ||
|
||
<!-- Thanks for submitting an enhancement! Please consider also submitting a pull request for your suggestion :) --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: "General Issue" | ||
about: "Create an issue to report something not working." | ||
title: "A descriptive title of the issue" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Describe your Issue | ||
<!-- A clear and concise description of what the issue or bug is --> | ||
|
||
### Logs and Errors | ||
<!-- Give us any errors you're getting --> | ||
<!-- Let us know where you got the log, e.g. nextcloud container or nginx container --> | ||
<!-- You can get the pod logs with: `kubectl logs` (remove any sensitive data ahead of time) --> | ||
|
||
## Describe your Environment | ||
|
||
- Kubernetes distribution: <!-- examples: k3s, k0s, eks, gke --> | ||
|
||
- Helm Version (or App that manages helm): <!-- example: Using helm version 3.11, or include data about what is running helm, e.g. ArgoCD version 2.5.8 --> | ||
|
||
- Helm Chart Version: <!-- example: 3.4.3 --> | ||
|
||
- `values.yaml`: | ||
|
||
```yaml | ||
# paste your values.yaml (anonymize any sensitive data) | ||
``` | ||
|
||
## Additional context, if any | ||
<!-- Also note any additional relevant info about your environment. --> | ||
<!-- example: If your issue is related to persistent volumes, let us know you're using NFS or EFS, for instance. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,9 @@ on: | |
- 'README.md' | ||
- 'charts/**/README.md' | ||
- 'LICENSE' | ||
- '.github/ISSUE_TEMPLATE/**' | ||
- '.github/pull_request_template.md' | ||
- 'CODE_OF_CONDUCT.md' | ||
|
||
jobs: | ||
lint-test: | ||
|
@@ -14,7 +17,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
fetch-depth: 0 | ||
|
||
- name: Install Helm | ||
uses: azure/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
In the Nextcloud community, participants from all over the world come together to create Free Software for a free internet. This is made possible by the support, hard work and enthusiasm of thousands of people, including those who create and use Nextcloud software. | ||
|
||
Our code of conduct offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other. | ||
|
||
The Code of Conduct is shared by all contributors and users who engage with the Nextcloud team and its community services. It presents a summary of the shared values and “common sense” thinking in our community. | ||
|
||
You can find our full code of conduct on our website: https://nextcloud.com/code-of-conduct/ | ||
|
||
Please, keep our CoC in mind when you contribute! That way, everyone can be a part of our community in a productive, positive, creative and fun way. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters