This commit is contained in:
lwark
2025-09-17 07:52:16 -05:00
commit a2ff72dda8
584 changed files with 52247 additions and 0 deletions

11
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View 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