mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-01-22 02:15:25 -05:00
user:issue-pull-request-templates:gitea->forgejo in template
This commit is contained in:
parent
cda78ddf2a
commit
475ef3b3c7
1 changed files with 4 additions and 3 deletions
|
@ -268,9 +268,9 @@ This is an example for an issue config file
|
|||
```yaml
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Gitea
|
||||
url: https://gitea.io
|
||||
about: Visit the Gitea Website
|
||||
- name: Forgejo
|
||||
url: https://forgejo.org/
|
||||
about: Visit the Forgejo Website
|
||||
```
|
||||
|
||||
### Possible Options
|
||||
|
@ -285,5 +285,6 @@ contact_links:
|
|||
| Key | Description | Type | Required |
|
||||
| ----- | -------------------------------- | ------ | -------- |
|
||||
| name | the name of your link | String | true |
|
||||
| name | The name of your link | String | true |
|
||||
| url | The URL of your link | String | true |
|
||||
| about | A short description of your link | String | true |
|
||||
|
|
Loading…
Add table
Reference in a new issue