feat: add full Zonemaster stack with Docker and Spanish UI
- Clone all 5 Zonemaster component repos (LDNS, Engine, CLI, Backend, GUI) - Dockerfile.backend: 8-stage multi-stage build LDNS→Engine→CLI→Backend - Dockerfile.gui: Astro static build served via nginx - docker-compose.yml: backend (internal) + frontend (port 5353) - nginx.conf: root redirects to /es/, /api/ proxied to backend - zonemaster-gui/config.ts: defaultLanguage set to 'es' (Spanish) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
93
zonemaster/docs/internal/maintenance/IssueLabels.md
Normal file
93
zonemaster/docs/internal/maintenance/IssueLabels.md
Normal file
@@ -0,0 +1,93 @@
|
||||
# Labels for Issues and Pull Requests
|
||||
|
||||
## Label categories
|
||||
|
||||
The table below defines the labels to be used when classifying issues and pull requests.
|
||||
Each label is assigned to one of these categories:
|
||||
|
||||
* Area
|
||||
* Priority
|
||||
* Release category
|
||||
* Status
|
||||
* Type
|
||||
* Versioning
|
||||
|
||||
# Usage
|
||||
|
||||
A label from *Area* and *Type* should be attached to an issue or pull request,
|
||||
when applicable.
|
||||
|
||||
One label from *Priority* could be attached to an issue, or else the issue is
|
||||
considered to have normal priority. Similarly, the same could be done for a pull
|
||||
request.
|
||||
|
||||
A label from *Status* can be used if applicable.
|
||||
|
||||
A PR should always have exactly one label from *Versioning* except in the
|
||||
[Zonemaster/Zonemaster] repository where they do not apply.
|
||||
|
||||
A PR should have one or more labels from *Release category*. `RC-None` must not
|
||||
be combined with any other *Release category* label.
|
||||
|
||||
## Labels
|
||||
|
||||
Category | Label | Color | Used in repository | Scope | Description
|
||||
-----------------|--------------------|---------|--------------------|-------|---------------------------------------------------------
|
||||
Area | A-Documentation | green | all | Both | Area: Documentation only.
|
||||
Area | A-TestCase | green | main or Engine | Both | Area: Test case specification or implementation of test case.
|
||||
Area | A-Translation | green | all | Both | Area: Documentation of, implementation of or actual translation of text.
|
||||
Priority | P-High | red | all | Both | Priority: Issue to be solved before others.
|
||||
Release category | RC-BreakingChanges | magenta | all | PR | Release category: Breaking changes.
|
||||
Release category | RC-Deprecations | magenta | all | PR | Release category: Deprecations.
|
||||
Release category | RC-Features | magenta | all | PR | Release category: Features.
|
||||
Release category | RC-Fixes | magenta | all | PR | Release category: Fixes.
|
||||
Release category | RC-None | magenta | all | PR | Release category: Not to be included in Changes file.
|
||||
Status | S-ReleaseTested | yellow | all | PR | Status: The PR has been successfully tested in release testing.
|
||||
Status | S-PRforIssue | yellow | all | Issue | Status: There is a PR that is meant to resolve the issue.
|
||||
Type | T-Bug | red | all | Both | Type: Bug in software or error in test case specification.
|
||||
Type | T-Feature | blue | all | Issue | Type: New feature in software or test case specification.
|
||||
Type | T-Question | blue | all | Issue | Type: External question.
|
||||
Type | T-TrackingIssue | blue | all | Issue | Type: Tracks other issues, PRs or other changes.
|
||||
Versioning | V-Major | pink | all but main | Both | Versioning: The change gives an update of major in version.
|
||||
Versioning | V-Minor | pink | all but main | Both | Versioning: The change gives an update of minor in version.
|
||||
Versioning | V-Patch | pink | all but main | Both | Versioning: The change gives an update of patch in version.
|
||||
|
||||
### Color
|
||||
|
||||
In the table above, the following terms for "Color" are defined:
|
||||
|
||||
Term | Color code
|
||||
---------|---------------------------------------------
|
||||
blue | #0CCFF2
|
||||
green | #55D700
|
||||
pink | #FFC0CB
|
||||
red | #EE0701
|
||||
yellow | #FFCE2E
|
||||
magenta | #D4C5F9
|
||||
|
||||
### Used in repository
|
||||
|
||||
In the table above, the following terms for "Used in repository" are defined:
|
||||
|
||||
Term | Definition or meaning
|
||||
---------|---------------------------------------------
|
||||
all | Stands for the [Zonemaster/Zonemaster], [Zonemaster-LDNS], [Zonemaster-Engine], [Zonemaster-CLI], [Zonemaster-Backend] and [Zonemaster-GUI] repositories
|
||||
main | Stands for the [Zonemaster/Zonemaster] repository
|
||||
Engine | Stands for the [Zonemaster-Engine] repository
|
||||
|
||||
### Scope
|
||||
|
||||
In the table above, the following terms for "Scope" are defined:
|
||||
|
||||
Term | Definition or meaning
|
||||
------|---------------------------------------------------
|
||||
PR | The label is meant for Pull Request only
|
||||
Issue | The label is meant for Issue only
|
||||
Both | The label is meant for both Pull Request and Issue
|
||||
|
||||
[Zonemaster/Zonemaster]: https://github.com/zonemaster/zonemaster
|
||||
[Zonemaster-LDNS]: https://github.com/zonemaster/zonemaster-ldns
|
||||
[Zonemaster-Engine]: https://github.com/zonemaster/zonemaster-engine
|
||||
[Zonemaster-CLI]: https://github.com/zonemaster/zonemaster-cli
|
||||
[Zonemaster-Backend]: https://github.com/zonemaster/zonemaster-backend
|
||||
[Zonemaster-GUI]: https://github.com/zonemaster/zonemaster-gui
|
||||
Reference in New Issue
Block a user