mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-18 12:41:54 -04:00
32 lines
1.2 KiB
YAML
32 lines
1.2 KiB
YAML
# This file disables blank issue creation and replaces the issue form with
|
|
# links that redirect users to the appropriate channels.
|
|
#
|
|
# Place this file at .github/ISSUE_TEMPLATE/config.yml in each repo.
|
|
|
|
blank_issues_enabled: false
|
|
|
|
contact_links:
|
|
- name: 🐛 Report a bug
|
|
url: https://forum.inaturalist.org/c/bug-reports
|
|
about: >
|
|
Please report bugs on the iNaturalist Forum. You're more likely to get
|
|
a response there, and other users can confirm or add context to your report.
|
|
|
|
- name: 💡 Request a feature
|
|
url: https://forum.inaturalist.org/c/feature-requests
|
|
about: >
|
|
Please post feature requests on the iNaturalist Forum, where the
|
|
community can discuss and staff can weigh in on feasibility.
|
|
|
|
- name: 💬 Ask a technical question about the code
|
|
url: https://github.com/inaturalist/inaturalistReactNative/discussions
|
|
about: >
|
|
If you have a question about how the code works, or you're building
|
|
an integration, open a GitHub Discussion instead of an issue.
|
|
|
|
- name: 🔒 Report a security vulnerability
|
|
url: mailto:help+security@inaturalist.org
|
|
about: >
|
|
For security issues requiring confidential communication,
|
|
please email us directly rather than filing a public issue.
|