Update CONTRIBUTING.md

Update labels a bit
This commit is contained in:
Oliver 2022-05-04 12:10:00 +10:00 committed by GitHub
parent 1e4cf346e3
commit dbc0023c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,37 +131,34 @@ HTML and javascript files are passed through the django templating engine. Trans
The tags describe issues and PRs in multiple areas:
| Area | Name | Description |
|---|---|---|
| Feature | | |
| | feat: API | tbd |
| | feat: barcode | tbd |
| | feat: build | tbd |
| | feat: docker | tbd |
| | feat: importer | tbd |
| | feat: order | tbd |
| | feat: part | tbd |
| | feat: plugin | tbd |
| | feat: pricing | tbd |
| | feat: report | tbd |
| | feat: setup | tbd |
| | feat: stock | tbd |
| | feat: user interface | tbd |
| Type | | |
| | typ: bug | tbd |
| | typ: dependencies | tbd |
| | typ: enhancement | tbd |
| | typ: security | tbd |
| | typ: question | tbd |
| | typ: roadmap | tbd |
| State | | |
| | state: duplicate | tbd |
| | state: invalid | tbd |
| | state: no-activity | tbd |
| | state: duplicate | tbd |
| | state: wontfix | tbd |
| Ecosystem | | |
| | eco: app | tbd |
| | eco: CI | tbd |
| | eco: demo | tbd |
| GH Built in | | |
| | help wanted | tbd |
| | starter | tbd |
| Type Labels | | |
| | bug | Identifies a bug which needs to be addressed |
| | dependency | Relates to a project dependency |
| | duplicate | Duplicate of another issue or PR |
| | enhancement | This is an suggested enhancement or new feature |
| | help wanted | Assistance required |
| | invalid | This issue or PR is considered invalid |
| | inactive | Indicates lack of activity |
| | question | This is a question |
| | roadmap | This is a roadmap feature with no immediate plans for implementation |
| | security | Relates to a security issue |
| | starter | Good issue for a developer new to the project |
| | wontfix | No work will be done against this issue or PR |
| Feature Labels | | |
| | API | Relates to the API |
| | barcode | Barcode scanning and integration |
| | build | Build orders |
| | importer | Data importing and processing |
| | order | Purchase order and sales orders |
| | part | Parts |
| | plugin | Plugin ecosystem |
| | pricing | Pricing functionality |
| | report | Report generation |
| | stock | Stock item management |
| | user interface | User interface |
| Ecosystem Labels | | |
| | demo | Relates to the InvenTree demo server or dataset |
| | docker | Docker / docker-compose |
| | CI | CI / unit testing ecosystem |
| | setup | Relates to the InvenTree setup / installation process |