Skip to content

Commit

Permalink
Fix issue template
Browse files Browse the repository at this point in the history
The relative link doesn't work from the editor preview when creating a
new issue.
And the security link pointed at nothing.
  • Loading branch information
imsodin committed Jan 28, 2024
1 parent 55648e6 commit c2a08f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Do not report security issues in this bug tracker. Instead, contact [email protected] directly - see https://syncthing.net/security.html for more information.
Do not report security issues in this bug tracker. Instead, contact [email protected] directly - see https://syncthing.net/security for more information.

If your issue is a support request ("How do I get my devices to connect?" or similar), please use the support forum at https://forum.syncthing.net/ where a large number of helpful people hang out. This issue tracker is for reporting bugs or feature requests directly to the developers.

Expand All @@ -12,7 +12,7 @@ Also fill out the version information below and add log output or screenshots as

Do not file a feature request unless you want to implement it yourself. This is
due to the maintenance status of this project, see [the readme for
context](./README.md#status-maintenance-mode---co-maintainers-welcome).
context](https://github.com/syncthing/syncthing-android#status-maintenance-mode---co-maintainers-welcome).

### Version Information

Expand Down

0 comments on commit c2a08f6

Please sign in to comment.