diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000000..14637459988 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,22 @@ +--- +name: bug +about: Create an issue of a bug +title: 'Bug: ???' +labels: 'bug' +--- + +## Bug Description + +A clear and concise description of the bug. + +## Reproduction Steps + +best to provide your values.yaml, a brief description of your cluster and version of geonode-k8s here. + +## Behavior + +A description of what you expected to happen and what actually happened. + +## Additional Information + +Any additional information or context that may be helpful in resolving the bug. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000000..23a576abdb4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,18 @@ +--- +name: new feature +about: Create an issue of a feature request. +title: 'Feature: ???' +labels: 'feature' +--- + +## Feature Description + +A clear and concise description of the feature. + +## Proposed Solution + +A description of how you propose implementing the feature. + +## Additional Information + +Any additional information or context that may be helpful in implementing the feature. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d615..00000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've 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. diff --git a/.github/ISSUE_TEMPLATE/gnip.md b/.github/ISSUE_TEMPLATE/gnip.md deleted file mode 100644 index 2e2aac39552..00000000000 --- a/.github/ISSUE_TEMPLATE/gnip.md +++ /dev/null @@ -1,70 +0,0 @@ ---- -name: GeoNode Improvement Proposal -about: Create an Improvement Proposal for this project -title: '' -labels: '' -assignees: '' - ---- - -# GNIP - - -## Overview - -Describe briefly and clearly what this proposal is meant for. - -### Proposed By - -<user and full name of the proponent> - -### Assigned to Release - -This proposal is for GeoNode <version>. - -### State - -* [x] Under Discussion -* [ ] In Progress -* [ ] Completed -* [ ] Rejected -* [ ] Deferred - -### Motivation - -Details about the motivations. Why people should accept this proposal. What are the benefits compared to the current situation. - -## Proposal - -Technical details for developers. - -### Backwards Compatibility - -Declare its Backwards Compatibility. - -## Future evolution - -Explain which could be future evolutions. - -## Feedback - -Update this section with relevant feedbacks, if any. - -## Voting - -Project Steering Committee: - -* Alessio Fabiani: -* Francesco Bartoli: -* Giovanni Allegri: -* Simone Dalmasso: -* Toni Schoenbuchner: -* Florian Hoedt: - -## Links - -Remove unused links below. - -* [Email Discussion]() -* [Pull Request]() -* [Mail Discussion]() -* [Linked Issue]() diff --git a/.github/ISSUE_TEMPLATE/report_issue.md b/.github/ISSUE_TEMPLATE/report_issue.md deleted file mode 100644 index 4295d375315..00000000000 --- a/.github/ISSUE_TEMPLATE/report_issue.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Report a bug -about: Report a bug or regression for this project -title: '' -labels: '' -assignees: '' - ---- - -## Expected Behavior - - -## Actual Behavior - - -## Steps to Reproduce the Problem - - 1. - 2. - 3. - -## Specifications - - - GeoNode version: - - Installation type (vanilla, geonode-project): - - Installation method (manual, docker): - - Platform: - - Additional details: diff --git a/.github/ISSUE_TEMPLATE/task_docs_others.md b/.github/ISSUE_TEMPLATE/task_docs_others.md new file mode 100644 index 00000000000..d5cff4597a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task_docs_others.md @@ -0,0 +1,14 @@ +--- +name: new task/todo +about: Create an issue of a task or todo, e.g. missing docs +title: 'Task: ???' +labels: 'task' +--- + +## Task Description + +A clear and concise description of the task. + +## Additional Information + +Any additional information or context that may be helpful in completing the task. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1f9fafe76cf..54a37a1c2cb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,24 +1,33 @@ -<Include a few sentences describing the overall goals for this Pull Request> +## Description + +A brief description of the feature or bug that this pull request addresses. + +## Type of Change + +Please select the relevant option: + +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation update +- [ ] Refactoring +- [ ] Other (please describe) + +## Related Issue + +If there is an existing issue related to this pull request, please reference it here. + +closes # ## Checklist -> Reviewing is a process done by project maintainers, mostly on a volunteer basis. We try to keep the overhead as small as possible and appreciate if you help us to do so by completing the following items. Feel free to ask in a comment if you have troubles with any of them. +Please ensure that your pull request meets the following requirements: -For all pull requests: +- The pull request is limited to one type (docs, feature, bug fix, etc.) +- The pull request is as small as possible. Consider opening multiple pull requests instead of one large one. +- The feature or bug fix has been discussed and documented in an issue beforehand. -- [ ] Confirm you have read the [contribution guidelines](https://github.com/GeoNode/geonode/blob/master/CONTRIBUTING.md) -- [ ] You have sent a Contribution Licence Agreement (CLA) as necessary (not required for small changes, e.g., fixing typos in the documentation) -- [ ] Make sure the first PR targets the master branch, eventual backports will be managed later. This can be ignored if the PR is fixing an issue that only happens in a specific branch, but not in newer ones. +## Additional Notes -The following are required only for core and extension modules (they are welcomed, but not required, for contrib modules): -- [ ] There is a ticket in https://github.com/GeoNode/geonode/issues describing the issue/improvement/feature (a notable exemption is, changes not visible to end-users) -- [ ] The issue connected to the PR must have Labels and Milestone assigned -- [ ] PR for bug fixes and small new features are presented as a single commit -- [ ] Commit message must be in the form "[Fixes #<issue_number>] Title of the Issue" -- [ ] New unit tests have been added covering the changes, unless there is an explanation on why the tests are not necessary/implemented -- [ ] This PR passes all existing unit tests (test results will be reported by travis-ci after opening this PR) -- [ ] This PR passes the QA checks: black geonode && flake8 geonode -- [ ] Commits changing the **settings**, **UI**, **existing user workflows**, or adding **new functionality**, need to include documentation updates -- [ ] Commits adding **new texts** do use gettext and have updated .po / .mo files (without location infos) +Any additional information or context regarding the pull request can be provided here. -**Submitting the PR does not require you to check all items, but by the time it gets merged, they should be either satisfied or inapplicable.** +Thank you for creating this pull request \ No newline at end of file