File tree Expand file tree Collapse file tree 4 files changed +45
-0
lines changed Expand file tree Collapse file tree 4 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments