Skip to content

Commit b514cfe

Browse files
add .github
1 parent 205b347 commit b514cfe

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Whitespace-only changes.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Codegyan support
4+
url: https://support.codegyan.in/
5+
about: |
6+
Please only file issues here that you believe represent actual bugs or feature requests for the Codegyan Node library.
7+
If you're having general trouble with the Codegyan API, please visit our help center to get support.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Feature request
2+
description: Suggest an idea for this library
3+
labels: ['feature-request']
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this feature request!
9+
- type: checkboxes
10+
id: non_api
11+
attributes:
12+
label: Confirm this is a feature request for the Node library and not the underlying Codegyan API.
13+
description: Feature requests for the underlying Codegyan API should be reported on our [Developer Community](https://support.codegyan.in)
14+
options:
15+
- label: This is a feature request for the Node library
16+
required: true
17+
- type: textarea
18+
id: feature
19+
attributes:
20+
label: Describe the feature or improvement you're requesting
21+
description: A clear and concise description of what you want to happen.
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: context
26+
attributes:
27+
label: Additional context
28+
description: Add any other context about the feature request here.

.github/pull_request_template.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!-- Thank you for contributing to this project! -->
2+
<!-- The code in this repository is all auto-generated, and is not meant to be edited manually. -->
3+
<!-- We recommend opening an Issue instead, but you are still welcome to open a PR to share for -->
4+
<!-- an improvement if you wish, just note that we are unlikely to merge it as-is. -->
5+
6+
- [ ] I understand that this repository is auto-generated and my pull request may not be merged
7+
8+
## Changes being requested
9+
10+
## Additional context & links

0 commit comments

Comments
 (0)