mirror of
https://github.com/openwrt/packages.git
synced 2025-12-15 23:21:19 +00:00
This is heavily inspired by OpenWrt main repository [1] as in the packages feed we would like to follow and be in sync with the main repository. Having external, well, contact links, where users can ask or propose feature request and even find links for documentation or contacting us is a good idea. Might help to improve the current state of this repository. [1]57c104ef7f/.github/ISSUE_TEMPLATE/config.ymlSigned-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit1f189894dc)
13 lines
870 B
YAML
13 lines
870 B
YAML
---
|
|
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Feature request
|
|
url: https://forum.openwrt.org/c/feature-requests
|
|
about: The OpenWrt project relies on volunteers. While we appreciate feature requests, we might lack the manpower to handle them. Ideally, you get familiar with the codebase and attempt to contribute the feature yourself. We recommend to post in the forum, as this is the most likely place to receive feedback on feature requests.
|
|
- name: OpenWrt community
|
|
url: https://openwrt.org/contact
|
|
about: Consider reaching out to our community to get help. OpenWrt is a complex software project with many pitfalls; there is a good chance someone can help you solve your issue in no time.
|
|
- name: OpenWrt documentation
|
|
url: https://openwrt.org/docs/start
|
|
about: The OpenWrt documentation contains a lot of valuable information.
|