initial
This commit is contained in:
39
.github/DISCUSSION_TEMPLATE/bug.yml
vendored
Normal file
39
.github/DISCUSSION_TEMPLATE/bug.yml
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
title: "[Bug]: "
|
||||
labels: ["Bug"]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Steps to reproduce.
|
||||
value: |
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
'...'
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
- type: input
|
||||
attributes:
|
||||
label: Python Version
|
||||
placeholder: 3.7, 3.8, 3.9, 3.10, 3.11
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Django Version
|
||||
placeholder: 2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Extra context
|
||||
description: Add any other context about the problem here.
|
||||
35
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal file
35
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
title: "[Feature]: "
|
||||
labels: ["ideas"]
|
||||
body:
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: "I've already checked other feature proposals"
|
||||
options:
|
||||
- 'Yes'
|
||||
- 'No'
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Is your feature request related to a problem?
|
||||
options:
|
||||
- 'Yes'
|
||||
- 'No'
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe your problem.
|
||||
description: A clear and concise description of what the problem is.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe your feature request.
|
||||
description: A clear and concise description of what you want to happen.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Anything else we should know.
|
||||
description: |
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
Add any other context or screenshots about the feature request here.
|
||||
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Bug Report
|
||||
url: https://github.com/django-wiki/django-wiki/discussions/new?category=bug&title=[Bug]:&labels=bug
|
||||
about: Submit a GitHub issue
|
||||
- name: Feature Request
|
||||
url: https://github.com/django-wiki/django-wiki/discussions/new?category=ideas&title=[Feature]:&labels=enhancement
|
||||
about: Request or share ideas for new features to be added to Django Wiki
|
||||
- name: Ask a Question
|
||||
url: https://github.com/django-wiki/django-wiki/discussions/new?category=q-a&title=[Question]
|
||||
about: Ask questions and discuss with other community members
|
||||
8
.github/dependabot.yml
vendored
Normal file
8
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
version: 2
|
||||
|
||||
updates:
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
open-pull-requests-limit: 5
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
20
.github/issue_template.md
vendored
Normal file
20
.github/issue_template.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
**NOTE** Please use this option only if the discussions doesn't suit your needs.
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
Tell us what should happen...
|
||||
|
||||
## Current Behavior
|
||||
|
||||
Tell us what happens instead of the expected behavior...
|
||||
|
||||
## Context (Environment)
|
||||
|
||||
* django-wiki version: ...
|
||||
* Django version: ...
|
||||
* Python version: ...
|
||||
* Other details...
|
||||
|
||||
## Details
|
||||
|
||||
Please add logs or exception traces if relevant.
|
||||
Reference in New Issue
Block a user