diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index c40e78f144..48efa2144b 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -6,7 +6,7 @@ assignees: marticliment body: - type: checkboxes attributes: - label: Please confirm these before moving forward + label: Please confirm these before moving forward. description: Please confirm the following before posting your issue. options: - label: I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue. @@ -19,51 +19,51 @@ body: required: true - type: input attributes: - label: UniGetUI Version + label: UniGetUI Version. placeholder: 'x.y.z (e.g., 3.1.0)' validations: required: true - type: input attributes: - label: Windows version, edition, and architecture + label: Windows version, edition, and architecture. placeholder: Windows 11 Pro 10.0.22000.0 x64 validations: required: true - type: textarea attributes: - label: Describe your issue + label: Describe your issue. placeholder: Explain the issue you are experiencing, providing as many details as possible. validations: required: true - type: textarea attributes: - label: Steps to reproduce the issue + label: Steps to reproduce the issue. placeholder: How can this issue be reproduced? List here, if known, the steps followed before this issue appeared. validations: required: false - type: textarea attributes: - label: UniGetUI Log + label: UniGetUI Log. render: "text" placeholder: Paste your UniGetUI logs here. Click the button on the bottom-left corner of UniGetUI -> UniGetUI Log. validations: required: true - type: textarea attributes: - label: Package Managers Logs + label: Package Managers Logs. render: "text" - placeholder: Paste your Package Manager logs here. Click the button on the bottom-left corner of UniGetUI -> Package Manager logs. + placeholder: Paste your Package Manager logs here. Click the button in the bottom-left corner of UniGetUI -> Package Manager logs. validations: required: true - type: textarea attributes: - label: Relevant information + label: Relevant information. placeholder: Other relevant information about this issue. Perhaps you have some special settings enabled or any other detail that could be related. validations: required: false - type: textarea attributes: - label: Screenshots and videos + label: Screenshots and videos. placeholder: If applicable, please post here a video or a screenshot of the issue. validations: required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 00da29a141..4f79982432 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,10 +3,10 @@ blank_issues_enabled: false contact_links: - name: 🔒 Security issue or vulnerability url: https://whitehub.net/programs/unigetui/ - about: Found a security issue? Please report it via our disclosure program + about: Found a security issue? Please report it via our disclosure program. - name: 📧 Contact me privately by email url: https://marticliment.com/contact - about: Please use only if the issue (for example, a vulnerability) cannot be posted publicly + about: Please use only if the issue (for example, a vulnerability) cannot be posted publicly. - name: 💬 Having doubts or questions? url: https://github.com/marticliment/UniGetUI/discussions/new/choose - about: Create a discussion and get help from other members of the community + about: Create a discussion and get help from other members of the community. diff --git a/.github/ISSUE_TEMPLATE/enhancement-improvement.yml b/.github/ISSUE_TEMPLATE/enhancement-improvement.yml index a6ac9693ff..96e34dd0b0 100644 --- a/.github/ISSUE_TEMPLATE/enhancement-improvement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement-improvement.yml @@ -17,13 +17,13 @@ body: required: true - type: textarea attributes: - label: Describe the improvement + label: Describe the improvement. placeholder: Explain how you see this enhancement, providing as many details as possible. validations: required: true - type: textarea attributes: - label: Describe how this improvement could help users + label: Describe how this improvement could help users. placeholder: For what would it be useful? validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index e36adb6080..113517bc08 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -15,13 +15,13 @@ body: required: true - type: textarea attributes: - label: Describe the new feature + label: Describe the new feature. placeholder: Explain how you see this new feature, providing as many details as possible. validations: required: true - type: textarea attributes: - label: Describe how this new feature could help users + label: Describe how this new feature could help users. placeholder: For what would it be useful? validations: required: true diff --git a/.github/ISSUE_TEMPLATE/hard-crash.yml b/.github/ISSUE_TEMPLATE/hard-crash.yml index 2358a0c525..c5ef084496 100644 --- a/.github/ISSUE_TEMPLATE/hard-crash.yml +++ b/.github/ISSUE_TEMPLATE/hard-crash.yml @@ -17,20 +17,20 @@ body: required: true - type: textarea attributes: - label: Describe your crash + label: Describe your crash. placeholder: What were you doing when this happened? validations: required: true - type: textarea attributes: - label: Logs (if possible) + label: Logs (if possible). placeholder: If you get an error report or a message, please post it here. render: "text" validations: required: false - type: textarea attributes: - label: More details + label: More details. placeholder: Do you have any other valuable information about this issue? validations: required: false diff --git a/.github/ISSUE_TEMPLATE/widgets-issue.yml b/.github/ISSUE_TEMPLATE/widgets-issue.yml index 83b9db571d..3d0e3e0dab 100644 --- a/.github/ISSUE_TEMPLATE/widgets-issue.yml +++ b/.github/ISSUE_TEMPLATE/widgets-issue.yml @@ -6,7 +6,7 @@ assignees: marticliment body: - type: checkboxes attributes: - label: Please confirm these before moving forward + label: Please confirm these before moving forward. description: Please confirm the following before posting your issue. options: - label: I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue. @@ -19,57 +19,57 @@ body: required: true - type: input attributes: - label: UniGetUI Version + label: UniGetUI Version. placeholder: 'x.y.z (e.g., 3.1.0)' validations: required: true - type: input attributes: - label: Widgets for UniGetUI Version + label: Widgets for UniGetUI Version. placeholder: 'x.y.z.w (e.g., 0.6.1.0)' validations: required: true - type: input attributes: - label: Windows version, edition, and architecture + label: Windows version, edition, and architecture. placeholder: Windows 11 Pro 10.0.22000.0 x64 validations: required: true - type: textarea attributes: - label: Describe your issue + label: Describe your issue. placeholder: Explain the issue you are experiencing, providing as many details as possible. validations: required: true - type: textarea attributes: - label: Steps to reproduce the issue + label: Steps to reproduce the issue. placeholder: How can this issue be reproduced? List here, if known, the steps followed before this issue appeared. validations: required: false - type: textarea attributes: - label: UniGetUI Log + label: UniGetUI Log. render: "text" placeholder: Paste your UniGetUI logs here. Click the button on the bottom-left corner of UniGetUI -> UniGetUI Log. validations: required: true - type: textarea attributes: - label: Package Managers Logs + label: Package Managers Logs. render: "text" placeholder: Paste your Package Manager logs here. Click the button on the bottom-left corner of UniGetUI -> Package Manager logs. validations: required: true - type: textarea attributes: - label: Relevant information + label: Relevant information. placeholder: Other relevant information about this issue. Perhaps you have some special settings enabled or any other detail that could be related. validations: required: false - type: textarea attributes: - label: Screenshots and videos + label: Screenshots and videos. placeholder: If applicable, please post a video or a screenshot of the issue here. validations: required: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 776c21156e..066aab2c09 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,10 +2,9 @@ - [ ] **I have read the [contributing guidelines](https://github.com/marticliment/WingetUI/blob/main/CONTRIBUTING.md#coding), and I agree with the [Code of Conduct](https://github.com/marticliment/WingetUI/blob/main/CODE_OF_CONDUCT.md)**. - [ ] **Have you checked that there aren't other open [pull requests](https://github.com/marticliment/WingetUI/pulls) for the same changes?** - [ ] **Have you tested that the committed code can be executed without errors?** -- [ ] **This PR is not composed of garbage changes used to farm GitHub activity to enter potential Crypto AirDrops.** -Any user suspected of farming GitHub activity with crypto purposes will get banned. Submitting broken code wastes the contributors' time, who have to spend their free time reviewing, fixing, and testing code that does not even compile breaks other features, or does not introduce any useful changes. I appreciate your understanding. +- [ ] ***This PR is not composed of garbage changes used to farm GitHub activity to enter potential Crypto AirDrops.** +Any user suspected of engaging in GitHub activity for crypto-related purposes will be banned. Submitting broken code wastes the contributors' time, as they have to spend their free time reviewing, fixing, and testing code that does not even compile, breaks other features, or introduces no useful changes. I appreciate your understanding. ----- - ----- diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 39821b7a6c..1bad4c6686 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,5 +1,4 @@ # Contributor Covenant Code of Conduct - ## Our Pledge We as members, contributors, and leaders pledge to participate in our diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2174dd8490..9b685e4584 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,8 +7,6 @@ This repository **respects** people, regardless of their race, gender, religion, --------------------------------- - - # Contributing guidelines: Before reading: All of the rules below are guidelines, which means that they should be followed when possible. Please do not take them literally. diff --git a/SECURITY.md b/SECURITY.md index f05bcab618..40bfcef728 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,5 +1,3 @@ # Security Policy - ## Reporting a Vulnerability - -Found a security issue? Please report it via [our disclosure program](https://whitehub.net/programs/unigetui) +Found a security issue? Please report it via [our disclosure program](https://whitehub.net/programs/unigetui).