2021-12-04 03:20:36 +00:00
|
|
|
---
|
|
|
|
name: "Bug Report"
|
|
|
|
about: "Use this template when reporting a bug, so you don't forget important information we'd ask for later."
|
|
|
|
title: "Bug: "
|
|
|
|
labels:
|
|
|
|
- kind/bug
|
|
|
|
---
|
|
|
|
|
|
|
|
### describe your environment
|
|
|
|
- tea version used (`tea -v`):
|
2023-08-01 14:53:10 +00:00
|
|
|
- [ ] I also reproduced the issue [with the latest master build](https://dl.gitea.com/tea/main/)
|
2021-12-04 03:20:36 +00:00
|
|
|
- Gitea version used:
|
2022-02-19 16:30:58 +00:00
|
|
|
- [ ] the issue only occurred after updating gitea recently
|
2021-12-04 03:20:36 +00:00
|
|
|
- operating system:
|
|
|
|
- I make use of...
|
|
|
|
- [ ] non-standard default branch names (no `main`,`master`, or `trunk`)
|
|
|
|
- [ ] .ssh/config or .gitconfig host aliases in my git remotes
|
|
|
|
- [ ] ssh_agent or similar
|
|
|
|
- [ ] non-standard ports for gitea and/or ssh
|
|
|
|
- [ ] something else that's likely to interact badly with tea: ...
|
|
|
|
|
|
|
|
|
|
|
|
Please provide the output of `git remote -v` (if the issue is related to tea not finding resources on Gitea):
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
### describe the issue (observed vs expected behaviour)
|
|
|
|
|
|
|
|
|