Add project files.

This commit is contained in:
Ankitkumar Satapara
2026-04-17 22:31:58 +05:30
commit 21aaef6776
473 changed files with 50152 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
name: "\U0001F680 Example application"
about: Suggest an example application that others can benefit from
title: "[Application]"
labels: application
assignees: miroiu
---
**Describe the application**
A clear and concise description of what the application is doing.
**Screenshots**
If applicable, add screenshots.
**Additional context**
Add any other context here.

View File

@@ -0,0 +1,10 @@
---
name: "❓ Ask a question"
about: Need help or have a question?
title: "[Question]"
labels: question
assignees: miroiu
---

30
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,30 @@
---
name: "\U0001F41B Bug report"
about: Create a bug report to help this project improve
title: "[Bug]"
labels: bug
assignees: miroiu
---
<!--
Hi!
All fields are optional and are present only to guide you.
Thanks for contributing!
-->
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.

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

@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 📝 Read the docs
url: https://github.com/miroiu/nodify/wiki
about: Be sure you've read the docs!

17
.github/ISSUE_TEMPLATE/documentation.md vendored Normal file
View File

@@ -0,0 +1,17 @@
---
name: 📖 Documentation
about: Report an issue related to documentation
title: "[Docs]"
labels: documentation
assignees: miroiu
---
**Describe the issue**
A clear and concise description of what the issue is.
**Screenshots**
If applicable, add screenshots.
**Additional context**
Add any other context here.

View File

@@ -0,0 +1,27 @@
---
name: "⭐️ Feature request"
about: Submit a request or a proposal for this project
title: "[Feature]"
labels: enhancement
assignees: miroiu
---
<!--
Hi!
All fields are optional and are present only to guide you.
Thanks for contributing!
-->
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.