Compare commits

..

12 Commits

Author SHA1 Message Date
Iván Eixarch 732fc73fe6 Commit con #3 2023-06-05 18:29:26 +02:00
Mike Cao 586529a5ca
Merge pull request #2009 from franciscao633/master
Github Issues Organizational Templates
2023-04-28 12:49:29 -07:00
Francis Cao 22e2f79bff re order required fields 2023-04-28 11:35:01 -07:00
Francis Cao 6f4cc9e84c typo correction 2023-04-28 11:34:03 -07:00
Francis Cao e77e030f2c update bug report 2023-04-28 11:31:54 -07:00
Francis Cao a43bbc51f6 update feature name 2023-04-28 11:24:31 -07:00
Francis Cao bf26874965 clean up templates 2023-04-28 11:18:53 -07:00
Francis Cao 6cdf9a68d1 fix config and clean up feature request 2023-04-28 11:06:25 -07:00
Francis Cao 402acf563e fix bug report template 2023-04-28 11:01:40 -07:00
Francis Cao 2d6077fe16 clean-up template 2023-04-28 10:59:35 -07:00
Francis Cao c9ec055996 introduce templates 2023-04-28 10:04:23 -07:00
Francis Cao 3f0815855c issues template 2023-04-28 09:52:42 -07:00
4 changed files with 49 additions and 1 deletions

32
.github/ISSUE_TEMPLATE/1.bug_report.yml vendored Normal file
View File

@ -0,0 +1,32 @@
name: "🐛 Bug Report"
description: Create a bug report for Umami.
body:
- type: textarea
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: dropdown
attributes:
label: Database
description: What database are you using?
options:
- PostgreSQL
- MySQL
- Umami Cloud
validations:
required: true
- type: textarea
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: input
attributes:
label: Which browser are you using? (if relevant)
description: 'For example: Chrome, Edge, Firefox, etc'
- type: input
attributes:
label: How are you deploying your application? (if relevant)
description: 'For example: Vercel, Railway, Docker, etc'

View File

@ -0,0 +1,10 @@
name: "✨ Feature Request"
description: Create a feature or enhancement request for Umami.
labels: ['enhancement']
body:
- type: textarea
attributes:
label: Describe the feature or enhancement
description: A clear and concise description of what the feature or enhancement is.
validations:
required: true

6
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,6 @@
blank_issues_enabled: false
contact_links:
- name: "🤔 Ask a question"
url: https://github.com/umami-software/umami/discussions
about: Ask questions and discuss with other community members.

View File

@ -1,6 +1,6 @@
# umami # umami
Umami is a simple, fast, privacy-focused alternative to Google Analytics. Umami MAMI is a simple, fast, privacy-focused alternative to Google Analytics.
## Getting started ## Getting started