mirror of https://github.com/wekan/wekan
parent
a0adc54a08
commit
bd37b88e4d
@ -1,56 +0,0 @@ |
||||
## Issue |
||||
|
||||
UPGRADE: https://wekan.fi/upgrade/ |
||||
|
||||
Pull requests welcome to fix any broken links at docs directory, and organizing docs/Features and their screenshots to subdirectories of each feature. |
||||
|
||||
Please report these issues elsewhere: |
||||
|
||||
- SECURITY ISSUES, PGP EMAIL: https://github.com/wekan/wekan/blob/main/SECURITY.md |
||||
- UCS: https://github.com/wekan/univention/issues |
||||
|
||||
If WeKan Snap is slow, try this: https://github.com/wekan/wekan/wiki/Cron |
||||
|
||||
Please search existing Open and Closed issues, most questions have already been answered. |
||||
|
||||
If you can not login for any reason: https://github.com/wekan/wekan/wiki/Forgot-Password |
||||
Email settings, only SMTP MAIL_URL and MAIL_FROM are in use: |
||||
https://github.com/wekan/wekan/wiki/Troubleshooting-Mail |
||||
|
||||
### Server Setup Information |
||||
|
||||
Please anonymize info, and do not any of your Wekan board URLs, passwords, |
||||
API tokens etc to this public issue. |
||||
|
||||
* Did you test in newest Wekan?: |
||||
* Did you configure root-url correctly so Wekan cards open correctly (see https://github.com/wekan/wekan/wiki/Settings)? |
||||
* Operating System: |
||||
* Deployment Method (Snap/Docker/Sandstorm/bundle/source): |
||||
* Http frontend if any (Caddy, Nginx, Apache, see config examples from Wekan GitHub wiki first): |
||||
* Node.js Version: |
||||
* MongoDB Version: |
||||
* What webbrowser version are you using (Wekan should work on all modern browsers that support Javascript)? |
||||
|
||||
### Problem description |
||||
|
||||
Add a recorded animated gif (e.g. with https://github.com/phw/peek) about |
||||
how it works currently, and screenshot mockups how it should work. |
||||
|
||||
|
||||
#### Reproduction Steps |
||||
|
||||
|
||||
|
||||
#### Logs |
||||
|
||||
Check Right Click / Inspect / Console in you browser - generally Chromium |
||||
based browsers show more detailed info than Firefox based browsers. |
||||
|
||||
Please anonymize logs. |
||||
|
||||
Snap: sudo snap logs wekan.wekan |
||||
|
||||
Docker: sudo docker logs wekan-app |
||||
|
||||
If logs are very long, attach them in .zip file |
||||
|
||||
@ -0,0 +1,69 @@ |
||||
name: 🐛 Bug Report |
||||
description: Report a bug to help improve Wekan |
||||
labels: ["bug"] |
||||
body: |
||||
- type: markdown |
||||
attributes: |
||||
value: | |
||||
Thanks for reporting a bug! Please ensure you are using the [latest version of WeKan](https://wekan.fi/install) and [Upgrade](https://wekan.fi/upgrade) before submitting. |
||||
- type: textarea |
||||
id: description |
||||
attributes: |
||||
label: Bug Description |
||||
description: A clear and concise description of what the bug is. Mention versions of WeKan, Node.js, database name and version, frontend webserver version like Caddy etc. |
||||
validations: |
||||
required: true |
||||
- type: dropdown |
||||
id: platform |
||||
attributes: |
||||
label: Platform / Installation Method |
||||
options: |
||||
- Snap Stable |
||||
- Snap Candidate |
||||
- Docker |
||||
- Sandstorm |
||||
- Source (Meteor) |
||||
- Windows |
||||
- Mac |
||||
- Other |
||||
validations: |
||||
required: true |
||||
- type: dropdown |
||||
id: CPU |
||||
attributes: |
||||
label: CPU |
||||
options: |
||||
- amd64 |
||||
- arm64 |
||||
- s390x |
||||
- Other |
||||
validations: |
||||
required: true |
||||
- type: textarea |
||||
id: reproduction |
||||
attributes: |
||||
label: Steps to Reproduce |
||||
description: How can we recreate this issue? |
||||
placeholder: | |
||||
1. Go to '...' |
||||
2. Click on '....' |
||||
3. Scroll down to '....' |
||||
4. See error |
||||
validations: |
||||
required: true |
||||
- type: textarea |
||||
id: logs |
||||
attributes: |
||||
label: Relevant Logs |
||||
description: | |
||||
- Please paste any relevant anonymized server logs or browser console errors here. |
||||
- Snap: sudo snap logs wekan.wekan |
||||
- Docker: sudo docker logs wekan-app |
||||
- If logs are very long, attach them in .zip file |
||||
render: shell |
||||
- type: textarea |
||||
id: context |
||||
attributes: |
||||
label: Additional Context |
||||
description: Add any other context, anonymized screenshots or GIF video about the bug, and screenshot mockups about how it should work. |
||||
|
||||
@ -0,0 +1,31 @@ |
||||
name: ✨ Feature Request |
||||
description: Suggest a new feature for Wekan |
||||
labels: ["Feature:Request"] |
||||
body: |
||||
- type: textarea |
||||
id: feature-description |
||||
attributes: |
||||
label: Problem Statement |
||||
description: Is your feature request related to a problem? Please describe. |
||||
placeholder: I'm always frustrated when [...] |
||||
validations: |
||||
required: true |
||||
- type: textarea |
||||
id: solution |
||||
attributes: |
||||
label: Proposed Solution |
||||
description: A clear and concise description of what you want to happen. |
||||
validations: |
||||
required: true |
||||
- type: textarea |
||||
id: alternatives |
||||
attributes: |
||||
label: Alternatives Considered |
||||
description: Any alternative solutions or features you've considered. |
||||
- type: textarea |
||||
id: context |
||||
attributes: |
||||
label: Additional Context |
||||
description: Add any other context, like anonymized screenshot mockups about how it should work. |
||||
|
||||
|
||||
Loading…
Reference in new issue