mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-04-19 11:11:18 +00:00

# Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details.
114 lines
3.4 KiB
YAML
114 lines
3.4 KiB
YAML
# Labels names are important as they are used by Release Drafter to decide
|
|
# regarding where to record them in changelog or if to skip them.
|
|
#
|
|
# The repository labels will be automatically configured using this file and
|
|
# the GitHub Action https://github.com/marketplace/actions/github-labeler.
|
|
- name: "Licenses"
|
|
color: "EDEDED"
|
|
from_name: "licenses"
|
|
- name: "Back End"
|
|
color: "20CE6C"
|
|
description: "Issues or pull requests related to back-end development"
|
|
from_name: "Back end"
|
|
- name: "Bug"
|
|
description: "Something isn't working"
|
|
color: "EB9CA6"
|
|
from_name: "bug"
|
|
- name: "dependencies"
|
|
description: "Pull requests that update a dependency file"
|
|
color: "5AA8FC"
|
|
- name: "Docker"
|
|
description: "Pull requests that update Docker code"
|
|
color: "1FCEFF"
|
|
from_name: "docker"
|
|
- name: "Documentation"
|
|
description: "Improvements or additions to documentation"
|
|
color: "35ABFF"
|
|
from_name: "documentation"
|
|
- name: "Done for next release"
|
|
color: "0CDBD1"
|
|
description: "Items that are completed and will be included in the next release"
|
|
- name: "Done"
|
|
color: "60F13B"
|
|
- name: "duplicate"
|
|
description: "This issue or pull request already exists"
|
|
color: "CDD1D5"
|
|
- name: "enhancement"
|
|
description: "New feature or request"
|
|
color: "A0EEEE"
|
|
- name: "fix needs confirmation"
|
|
color: "60A1E7"
|
|
description: "Fix needs to be confirmed"
|
|
- name: "Front End"
|
|
color: "BBD2F1"
|
|
description: "Issues or pull requests related to front-end development"
|
|
- name: "github-actions"
|
|
description: "Pull requests that update GitHub Actions code"
|
|
color: "999999"
|
|
from_name: "github_actions"
|
|
- name: "good first issue"
|
|
description: "Good for newcomers"
|
|
color: "C1B8FF"
|
|
- name: "help wanted"
|
|
description: "Extra attention is needed"
|
|
color: "00E6C4"
|
|
- name: "invalid"
|
|
description: "This doesn't seem right"
|
|
color: "E5E566"
|
|
- name: "Java"
|
|
description: "Pull requests that update Java code"
|
|
color: "FF9E1F"
|
|
from_name: "java"
|
|
- name: "Long-term Enhancement"
|
|
color: "BFDEC3"
|
|
description: "Enhancements planned for the long term"
|
|
- name: "more-info-needed"
|
|
color: "00E4F8"
|
|
description: "More information is needed"
|
|
- name: "needs investigation"
|
|
color: "B8C3A7"
|
|
description: "Issues that require further investigation"
|
|
- name: "Prioritised enhancement"
|
|
color: "4BA2EE"
|
|
description: "High-priority enhancements"
|
|
- name: "question"
|
|
description: "Further information is requested"
|
|
color: "D97EE5"
|
|
- name: "Translation"
|
|
color: "9FABF9"
|
|
from_name: "translation"
|
|
- name: "upstream"
|
|
color: "DEDEDE"
|
|
- name: "v2"
|
|
color: "FFFF00"
|
|
- name: "wontfix"
|
|
description: "This will not be worked on"
|
|
color: "FFFFFF"
|
|
- name: "Security"
|
|
color: "000000"
|
|
description: "Security-related issues or pull requests"
|
|
- name: "API"
|
|
color: "FFFF00"
|
|
description: "API-related issues or pull requests"
|
|
- name: "Test"
|
|
color: "FF9E1F"
|
|
description: "Testing-related issues or pull requests"
|
|
- name: "Stale"
|
|
color: "000000"
|
|
description: "Issues or pull requests that have become inactive"
|
|
- name: "Priority: Critical"
|
|
color: "000000"
|
|
description: "Issues or pull requests with the highest priority"
|
|
- name: "Priority: High"
|
|
color: "FF0000"
|
|
description: "Issues or pull requests with high priority"
|
|
- name: "Priority: Medium"
|
|
color: "FFFF00"
|
|
description: "Issues or pull requests with medium priority"
|
|
- name: "Priority: Low"
|
|
color: "00FF00"
|
|
description: "Issues or pull requests with low priority"
|
|
- name: "Devtools"
|
|
color: "FF9E1F"
|
|
description: "Development tools"
|