user:issue-pull-request-templates:gitea->forgejo in template

This commit is contained in:
firefly-cpp 2023-08-25 23:40:18 +02:00
parent cda78ddf2a
commit 475ef3b3c7

View file

@ -268,9 +268,9 @@ This is an example for an issue config file
```yaml ```yaml
blank_issues_enabled: true blank_issues_enabled: true
contact_links: contact_links:
- name: Gitea - name: Forgejo
url: https://gitea.io url: https://forgejo.org/
about: Visit the Gitea Website about: Visit the Forgejo Website
``` ```
### Possible Options ### Possible Options
@ -285,5 +285,6 @@ contact_links:
| Key | Description | Type | Required | | Key | Description | Type | Required |
| ----- | -------------------------------- | ------ | -------- | | ----- | -------------------------------- | ------ | -------- |
| name | the name of your link | String | true | | name | the name of your link | String | true |
| name | The name of your link | String | true |
| url | The URL of your link | String | true | | url | The URL of your link | String | true |
| about | A short description of your link | String | true | | about | A short description of your link | String | true |