Browse Source

chore: github templates

pull/3807/head
Naveen MR 2 years ago
parent
commit
248f01bef6
  1. 61
      .github/ISSUE_TEMPLATE/--bug-report.yaml
  2. 4
      .github/ISSUE_TEMPLATE/--feature-request.yaml
  3. 47
      .github/ISSUE_TEMPLATE/bug_report.md
  4. 22
      .github/ISSUE_TEMPLATE/feature_request.md
  5. 35
      .github/developer-certificate-of-origin

61
.github/ISSUE_TEMPLATE/--bug-report.yaml

@ -0,0 +1,61 @@
name: 🐛 Bug Report
description: Create a bug report to help improve NocoDB
title: "🐛 Bug: "
labels: [Type : Bug]
assignees:
- o1lab
body:
- type: markdown
attributes:
value: |
Thank you ❤ for taking the time to fill out this feature request report!
- type: checkboxes
attributes:
label: Please confirm if bug report does NOT exists already ?
description: We kindly ask that you [search](https://github.com/nocodb/nocodb/issues?q=is%3Aissue+sort%3Acreated-desc+) to see if an issue already exists for your bug
options:
- label: I confirm there is no existing issue for this
required: true
- type: textarea
attributes:
label: Steps to reproduce ?
description: A clear and concise steps on how to reproduce the issue. More details the better.
validations:
required: true
- type: textarea
attributes:
label: Desired Behavior
description: Describe the solution you'd like. A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Project Details
description: How to find ? ([YouTube](https://www.youtube.com/watch?v=AUSNN-RCwhE) or [Docs](https://docs.nocodb.com/FAQs#how-to-check-my-project-info-))
placeholder: |
or provide the following info
```
NocoDB used as docker : true / false
NocoDB version :
Database used in NC_DB URL : mysql | pg | mssql | sqlite3 / (defaults to sqlite3 if empty)
Project was created by clicking : New Project | New Project by connecting to external database
Database on which spreadsheet is created : mysql | pg | mssql | sqlite3 / (defaults to sqlite3 if empty)
OS on which NocoDB is running :
Node.js version if running as node :
Database version :
```
validations:
required: true
- type: textarea
attributes:
label: Attachements
description: Add any relevant attachemnts here
placeholder: |
> Drag & drop relevant image or videos
validations:
required: false

4
.github/ISSUE_TEMPLATE/--feature-request-test.yaml → .github/ISSUE_TEMPLATE/--feature-request.yaml

@ -1,5 +1,5 @@
name: 🔦 Feature request name: 🔦 Feature request
description: New feature for NocoDB description: Suggest a new/missing feature for NocoDB
title: "🔦 Feature: " title: "🔦 Feature: "
labels: [Type : Feature] labels: [Type : Feature]
assignees: assignees:
@ -12,7 +12,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Please confirm if feature request doesn't exists already ? label: Please confirm if feature request does NOT exists already ?
description: We kindly ask that you [search](https://github.com/nocodb/nocodb/issues?q=is%3Aissue+sort%3Acreated-desc+) to see if an issue already exists for your feature description: We kindly ask that you [search](https://github.com/nocodb/nocodb/issues?q=is%3Aissue+sort%3Acreated-desc+) to see if an issue already exists for your feature
options: options:
- label: I confirm there is no existing issue for this - label: I confirm there is no existing issue for this

47
.github/ISSUE_TEMPLATE/bug_report.md

@ -1,47 +0,0 @@
---
name: Bug report
about: Please create a clear error report to help us improve
title: '[Type : Bug]'
labels: ''
assignees: ''
---
## Steps to reproduce
-
-
-
## Desired Behavior
-
-
## Screenshots or video
> Drag and drop
## Project details
- How to find ? ([YouTube](https://www.youtube.com/watch?v=AUSNN-RCwhE) or [Docs](https://docs.nocodb.com/FAQs#how-to-check-my-project-info-))
or provide the following info
```
NocoDB used as docker : true / false
NocoDB version :
Database used in NC_DB URL : mysql | pg | mssql | sqlite3 / (defaults to sqlite3 if empty)
Project was created by clicking : New Project | New Project by connecting to external database
Database on which spreadsheet is created : mysql | pg | mssql | sqlite3 / (defaults to sqlite3 if empty)
OS on which NocoDB is running :
Node.js version if running as node :
Database version :
```
Join our discord : https://discord.gg/5RgZmkW for realtime help.

22
.github/ISSUE_TEMPLATE/feature_request.md

@ -1,22 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Type : Feature] "
labels: ''
assignees: ''
---
## Recommending Features
NocoDB thrives on community needs. Many of our existing features are derived from community requirements & we will continue to build that way. We invite ideas to make NocoDB better. Do note that, we being an open-source team are constrained by resources & will be able to pick only limited **high demand** ideas for release. So, if you wish to pick this feature request early - spread the word, discuss it in Discord/blog/Reddit, ask your peers & colleagues to vote up for this feature request!
**Need for this feature**
What purpose does your Idea serve? What use cases does it solve?
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.

35
.github/developer-certificate-of-origin

@ -1,35 +0,0 @@
Developer Certificate of Origin
Version 1.1
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
660 York Street, Suite 102,
San Francisco, CA 94110 USA
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
Loading…
Cancel
Save