-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Doc updates, Issue and PR templates are added (#1970)
* Issue templates are added to the repo Signed-off-by: Vara Bonthu <vara.bonthu@gmail.com> * removed Google CLA requirement Signed-off-by: Vara Bonthu <vara.bonthu@gmail.com> * Updated ghcr.io registry references in the workflow Signed-off-by: Vara Bonthu <vara.bonthu@gmail.com> * Added Pull request template Signed-off-by: Vara Bonthu <vara.bonthu@gmail.com> * Updated Main README.md with Kubeflow header and new Slack channel link Signed-off-by: Vara Bonthu <vara.bonthu@gmail.com> * Removed the License header and it will be replaced with Kubeflow guidelines Signed-off-by: Vara Bonthu <vara.bonthu@gmail.com> * Revert "Removed the License header and it will be replaced with Kubeflow guidelines" This reverts commit b892f5c. Signed-off-by: Vara Bonthu <vara.bonthu@gmail.com> * Readme line revert for gcp docs Signed-off-by: Vara Bonthu <vara.bonthu@gmail.com> * pre-commit run -a updates Signed-off-by: Vara Bonthu <vara.bonthu@gmail.com> * fixed the helm lint issue by upgrading the Helm chart version Signed-off-by: Vara Bonthu <vara.bonthu@gmail.com> * fixed docker image tag and updated chart docs (#1969) Signed-off-by: Andrew Chubatiuk <andrew.chubatiuk@gmail.com> Signed-off-by: Vara Bonthu <vara.bonthu@gmail.com> * rebase from master Signed-off-by: Vara Bonthu <vara.bonthu@gmail.com> --------- Signed-off-by: Vara Bonthu <vara.bonthu@gmail.com> Signed-off-by: Andrew Chubatiuk <andrew.chubatiuk@gmail.com> Co-authored-by: Andrii Chubatiuk <andrew.chubatiuk@gmail.com>
- Loading branch information
1 parent
39b79d7
commit 69e9841
Showing
7 changed files
with
163 additions
and
41 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,46 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '[BUG] Brief description of the issue' | ||
labels: bug | ||
--- | ||
|
||
## Description | ||
Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration. | ||
|
||
If your request is for a new feature, please use the `Feature request` template. | ||
|
||
- [ ] ✋ I have searched the open/closed issues and my issue is not listed. | ||
|
||
## Reproduction Code [Required] | ||
|
||
<!-- REQUIRED --> | ||
|
||
Steps to reproduce the behavior: | ||
|
||
|
||
## Expected behavior | ||
|
||
<!-- A clear and concise description of what you expected to happen --> | ||
|
||
## Actual behavior | ||
|
||
<!-- A clear and concise description of what actually happened --> | ||
|
||
### Terminal Output Screenshot(s) | ||
|
||
<!-- Optional but helpful --> | ||
|
||
|
||
## Environment & Versions | ||
|
||
- Spark Operator App version: | ||
- Helm Chart Version: | ||
- Kubernetes Version: | ||
- Apache Spark version: | ||
|
||
## Additional context | ||
|
||
<!-- Add any other context about the problem here --> | ||
|
||
|
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,32 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '[FEATURE] Brief description of the feature' | ||
labels: enhancement | ||
--- | ||
|
||
<!--- Please keep this note for the community ---> | ||
|
||
### Community Note | ||
|
||
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request | ||
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request | ||
* If you are interested in working on this issue or have submitted a pull request, please leave a comment | ||
|
||
<!--- Thank you for keeping this note for the community ---> | ||
|
||
#### What is the outcome that you are trying to reach? | ||
|
||
<!-- A clear and concise description of what the problem is. --> | ||
|
||
#### Describe the solution you would like | ||
|
||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
#### Describe alternatives you have considered | ||
|
||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
#### Additional context | ||
|
||
<!-- Add any other context or screenshots about the feature request here. --> |
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,20 @@ | ||
--- | ||
name: Question | ||
about: I have a Question | ||
title: '[QUESTION] Brief description of the Question' | ||
labels: question | ||
--- | ||
|
||
- [ ] ✋ I have searched the open/closed issues and my issue is not listed. | ||
|
||
#### Please describe your question here | ||
|
||
<!-- Provide as much information as possible to explain your question --> | ||
|
||
#### Provide a link to the example/module related to the question | ||
|
||
<!-- Please provide the link to the example related to this question from this repo --> | ||
|
||
#### Additional context | ||
|
||
<!-- Add any other context or screenshots about the question here --> |
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,38 @@ | ||
### 🛑 Important: | ||
Please open an issue to discuss significant work before you start. We appreciate your contributions and don't want your efforts to go to waste! | ||
|
||
For guidelines on how to contribute, please review the [CONTRIBUTING.md](CONTRIBUTING.md) document. | ||
|
||
## Purpose of this PR | ||
Provide a clear and concise description of the changes. Explain the motivation behind these changes and link to relevant issues or discussions. | ||
|
||
**Proposed changes:** | ||
- <Change 1> | ||
- <Change 2> | ||
- <Change 3> | ||
|
||
## Change Category | ||
Indicate the type of change by marking the applicable boxes: | ||
|
||
- [ ] Bugfix (non-breaking change which fixes an issue) | ||
- [ ] Feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that could affect existing functionality) | ||
- [ ] Documentation update | ||
|
||
### Rationale | ||
|
||
<!-- Provide reasoning for the changes if not already covered in the description above. --> | ||
|
||
|
||
## Checklist | ||
Before submitting your PR, please review the following: | ||
|
||
- [ ] I have conducted a self-review of my own code. | ||
- [ ] I have updated documentation accordingly. | ||
- [ ] I have added tests that prove my changes are effective or that my feature works. | ||
- [ ] Existing unit tests pass locally with my changes. | ||
|
||
### Additional Notes | ||
|
||
<!-- Include any additional notes or context that could be helpful for the reviewers here. --> | ||
|
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