-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 Templates: synced file(s) with sovity/PMO-Software (#58)
- Loading branch information
Showing
9 changed files
with
152 additions
and
156 deletions.
There are no files selected for viewing
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
name: Bug Report Template | ||
description: Create a report to help us improve | ||
labels: ["kind/bug"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description - What happened? * | ||
description: A clear and concise description of the bug. | ||
placeholder: Tell us what you see! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected Behavior * | ||
description: A clear and concise description of what you expected to happen. | ||
placeholder: Tell us what you expected! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: observed | ||
attributes: | ||
label: Observed Behavior * | ||
description: A clear and concise description of what happened instead. | ||
placeholder: Tell us what you observed! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: Tell us how to reproduce the issue! | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Context Information | ||
description: Add any other context about the problem here. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots or other information to help explain your problem. | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
<sup>_* These fields are mandatory, without filling them it is not possible to create the issue._</sup> |
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,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Security vulnerabilities | ||
url: https://github.com/sovity/edc-extensions/security/policy | ||
about: If you want to report a security issue, please contact us directly. |
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,30 @@ | ||
--- | ||
name: Documentation Update Request | ||
about: Create a report to help us improve our documentation | ||
title: "" | ||
labels: "task/documentation" | ||
assignees: "" | ||
--- | ||
|
||
# Documentation Update Request | ||
|
||
## Description | ||
<!-- Provide a brief overview of the documentation update request. What section or topic needs to be updated? --> | ||
|
||
## Current Documentation | ||
<!--- Insert a link to the current documentation related to the topic. --> | ||
|
||
## Proposed Changes | ||
<!-- Describe the changes that need to be made. Be as specific as possible. --> | ||
|
||
## Justification | ||
<!-- Explain why these changes are necessary. Is there new information, outdated content, or improvements needed for clarity? --> | ||
|
||
## Additional Context | ||
<!-- Include any additional context, screenshots, examples, or references that might help in understanding the update request. --> | ||
|
||
## Deadline | ||
<!-- Set a deadline for completing the documentation update, if applicable. --> | ||
|
||
## Notes | ||
<!-- Any additional notes or instructions for the team regarding this documentation update request. --> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Refine Process Request | ||
about: Existing processes must be adapted or new ones created | ||
title: "" | ||
labels: "task/documentation" | ||
assignees: "" | ||
--- | ||
|
||
# Process Refinement Request | ||
|
||
## Description | ||
<!-- Provide a brief description of the process that needs refinement and the reason behind it. --> | ||
|
||
## Current State | ||
<!-- Describe the current state of the process, including any pain points or inefficiencies. --> | ||
|
||
## Proposed Changes | ||
<!-- Outline the changes that need to be made to improve the process. Be as specific as possible. --> | ||
|
||
## Related Issues or PRs | ||
<!-- If there are any related issues or pull requests, mention them here. --> | ||
|
||
## Additional Information | ||
<!-- Any additional information or context that may be helpful for understanding the issue. --> |
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 |
---|---|---|
@@ -1,43 +1,10 @@ | ||
# Pull Request | ||
_What issues does this PR close?_ | ||
|
||
_Briefly describe WHAT your PR changes, which features it adds/modifies._ | ||
|
||
## How Has This Been Tested? | ||
|
||
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration | ||
|
||
- Test A | ||
- Test B | ||
- ... | ||
|
||
**Test Configuration**: | ||
|
||
- Firmware version: | ||
- Hardware: | ||
- Toolchain: | ||
- SDK: | ||
|
||
## Linked Issue(s) | ||
|
||
_Use keywords to automate: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword_ | ||
|
||
- fixes # (issue) | ||
- closes # (issue) | ||
- ... | ||
|
||
## PR is blocked by | ||
|
||
- [ ] blocked by # (issue) | ||
|
||
# Checklist | ||
|
||
- [ ] I have **formatted the title** correctly and precisely | ||
- [ ] My code follows the **style guidelines** of this project | ||
- [ ] I have performed a **self-review** of my own code | ||
- [ ] I have **commented** my code, particularly in hard-to-understand areas and public classes/methods | ||
- [ ] I have made corresponding changes to the **documentation** | ||
- [ ] My changes generate **no new warnings** (performed checkstyle check locally) | ||
- [ ] I have added **tests that prove my fix** is effective or that my feature works | ||
- [ ] New and existing unit **tests pass locally** with my changes | ||
- [ ] Any dependent **changes have been merged** and published in downstream modules | ||
- [ ] I have added/updated **copyright headers** | ||
```[tasklist] | ||
### Checklist | ||
- [ ] The PR title is short and expressive. | ||
- [ ] I have updated the CHANGELOG.md. See [changelog_update.md](https://github.com/sovity/authority-portal/tree/main/docs/dev/changelog_updates.md) for more information. | ||
- [ ] I have updated the Deployment Migration Notes Section in the CHANGELOG.md for any configuration / external API changes. | ||
- [ ] I have performed a **self-review** | ||
``` |
This file was deleted.
Oops, something went wrong.