You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

issue_template.md 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue -->
  2. <!--
  3. 1. Please speak English, this is the language all maintainers can speak and write.
  4. 2. Please ask questions or configuration/deploy problems on our Discord
  5. server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
  6. 3. Please take a moment to check that your issue doesn't already exist.
  7. 4. Make sure it's not mentioned in the FAQ (https://docs.gitea.com/help/faq)
  8. 5. Please give all relevant information below for bug reports, because
  9. incomplete details will be handled as an invalid report.
  10. -->
  11. - Gitea version (or commit ref):
  12. - Git version:
  13. - Operating system:
  14. <!-- Please include information on whether you built gitea yourself, used one of our downloads or are using some other package -->
  15. <!-- Please also tell us how you are running gitea, e.g. if it is being run from docker, a command-line, systemd etc. --->
  16. <!-- If you are using a package or systemd tell us what distribution you are using -->
  17. - Database (use `[x]`):
  18. - [ ] PostgreSQL
  19. - [ ] MySQL
  20. - [ ] MSSQL
  21. - [ ] SQLite
  22. - Can you reproduce the bug at https://try.gitea.io:
  23. - [ ] Yes (provide example URL)
  24. - [ ] No
  25. - Log gist:
  26. <!-- It really is important to provide pertinent logs -->
  27. <!-- Please read https://docs.gitea.com/administration/logging-config#collecting-logs-for-help -->
  28. <!-- In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini -->
  29. ## Description
  30. <!-- If using a proxy or a CDN (e.g. CloudFlare) in front of gitea, please
  31. disable the proxy/CDN fully and connect to gitea directly to confirm
  32. the issue still persists without those services. -->
  33. ...
  34. ## Screenshots
  35. <!-- **If this issue involves the Web Interface, please include a screenshot** -->