You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your interest in the project and taking the time to fill out this feature report!
10
+
- type: textarea
11
+
id: feature-description
12
+
attributes:
13
+
label: Clear and concise description of the problem
14
+
description: 'As a developer using this project I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!'
15
+
validations:
16
+
required: true
17
+
- type: textarea
18
+
id: suggested-solution
19
+
attributes:
20
+
label: Suggested solution
21
+
description: 'In module [xy] we could provide following implementation...'
22
+
validations:
23
+
required: true
24
+
- type: textarea
25
+
id: alternative
26
+
attributes:
27
+
label: Alternative
28
+
description: Clear and concise description of any alternative solutions or features you've considered.
29
+
- type: textarea
30
+
id: additional-context
31
+
attributes:
32
+
label: Additional context
33
+
description: Any other context or screenshots about the feature request here.
34
+
- type: checkboxes
35
+
id: checkboxes
36
+
attributes:
37
+
label: Validations
38
+
description: Before submitting the issue, please make sure you do the following
39
+
options:
40
+
- label: Follow our [Code of Conduct](https://github.com/guanguans/soar-php/blob/master/.github/CODE_OF_CONDUCT.md)
41
+
required: true
42
+
- label: Read the [Contributing Guide](https://github.com/guanguans/soar-php/blob/master/.github/CONTRIBUTING.md).
43
+
required: true
44
+
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
# Configuration for todo - https://github.com/JasonEtco/todo
2
+
todo:
3
+
keyword: "@todo"
4
+
5
+
6
+
7
+
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
8
+
# Comment to be posted to on first time issues
9
+
newIssueWelcomeComment: >
10
+
Thanks for opening your first issue here! Be sure to follow the issue template!
11
+
12
+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
13
+
# Comment to be posted to on PRs from first time contributors in your repository
14
+
newPRWelcomeComment: >
15
+
Thanks for opening this pull request! Please check out our contributing guidelines.
16
+
17
+
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
18
+
# Comment to be posted to on pull requests merged by a first time user
19
+
firstPRMergeComment: >
20
+
Congrats on merging your first pull request! We here at behaviorbot are proud of you!
21
+
# It is recommend to include as many gifs and emojis as possible
22
+
23
+
24
+
25
+
# Configuration for request-info - https://github.com/behaviorbot/request-info
26
+
# *OPTIONAL* Comment to reply with
27
+
# Can be either a string :
28
+
requestInfoReplyComment: >
29
+
We would appreciate it if you could provide us with more info about this issue/pr!
30
+
31
+
# Or an array:
32
+
# requestInfoReplyComment:
33
+
# - Ah no! young blade! That was a trifle short!
34
+
# - Tell me more !
35
+
# - I am sure you can be more effusive
36
+
37
+
38
+
# *OPTIONAL* default titles to check against for lack of descriptiveness
39
+
# MUST BE ALL LOWERCASE
40
+
requestInfoDefaultTitles:
41
+
- update readme.md
42
+
- updates
43
+
44
+
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
45
+
requestInfoLabelToAdd: needs-more-info
46
+
47
+
# *OPTIONAL* Require Issues to contain more information than what is provided in the issue templates
48
+
# Will fail if the issue's body is equal to a provided template
49
+
checkIssueTemplate: true
50
+
51
+
# *OPTIONAL* Require Pull Requests to contain more information than what is provided in the PR template
52
+
# Will fail if the pull request's body is equal to the provided template
53
+
checkPullRequestTemplate: true
54
+
55
+
# *OPTIONAL* Only warn about insufficient information on these events type
56
+
# Keys must be lowercase. Valid values are 'issue' and 'pullRequest'
57
+
requestInfoOn:
58
+
pullRequest: true
59
+
issue: true
60
+
61
+
# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on
62
+
# keys must be GitHub usernames
63
+
requestInfoUserstoExclude:
64
+
- guannguans
65
+
66
+
67
+
# Configuration for update-docs - https://github.com/behaviorbot/update-docs
68
+
# Comment to be posted to on PRs that don't update documentation
69
+
updateDocsComment: >
70
+
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update some of our documentation based on your changes.
0 commit comments