Gitea-VSCode/README.md

21 lines
1.0 KiB
Markdown
Raw Normal View History

2019-04-09 21:32:02 +02:00
# Gitea-VSCode
2019-04-09 14:37:58 +02:00
2019-04-10 09:06:52 +02:00
Issuetracker for Gitea
## Getting Started
To setup a gitea issue tracked project you need to first select the issues tab at the activitiy bar. After that open the command palette in order to enter your crendentials:
- Authtoken
- Domain in format: "example.com"
- Repository Owner (may be an organisation): "TestOrganisation"
- Repository Name "ExampleRepository"
When you've finished you can press the refresh button in the open issues section and you'll see the issues of the first 10 pages (only open issues).
## Issue colors
In order to get nice looking issueicons in multiple colors you need to assigne any issue a label called either "feature" or "bug". A bug is going to be represented as an red issue, while a feature will have a green icon. If the issue does not have got a label it will receive a grey icon. If the label is not know (so neither "feature" nor "bug" not case sensitive) it will also get a grey icon.
2019-04-10 09:06:52 +02:00
## Future
- Implement a `Close Issue` Button
- Create Issues via Webview
- `Comment` Issues