Skip to content

Commit e9c4f67

Browse files
fix: standardizing .github files (#18)
1 parent 4cd9c66 commit e9c4f67

File tree

6 files changed

+57
-5
lines changed

6 files changed

+57
-5
lines changed

.github/ISSUE_TEMPLATE/bug.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: 🐛 Bug report
3+
labels: 'bug'
4+
about: Create a report to help us improve
5+
---
6+
7+
## 🐛 Bug Report
8+
9+
(A clear and concise description of what the bug is.)
10+
11+
## To Reproduce
12+
13+
Steps to reproduce the behavior:
14+
15+
## Expected behavior
16+
17+
(A clear and concise description of what you expected to happen.)

.github/ISSUE_TEMPLATE/feature.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: 🚀 Feature Proposal
3+
labels: 'enhancement'
4+
about: Submit a proposal for a new feature
5+
---
6+
7+
## 🚀 Feature Proposal
8+
9+
(A clear and concise description of what the feature is.)
10+
11+
## Motivation
12+
13+
(Please outline the motivation for the proposal.)
14+
15+
## Example
16+
17+
(Please provide an example for how this feature would be used.)

.github/ISSUE_TEMPLATE/question.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: 🤓 Question
3+
labels: 'question'
4+
about: Ask the maintainers (as a last resort)
5+
---
6+
7+
## 🤓 Question
8+
9+
(You _must_ search the issues before asking your question. Please consider asking in [Gitter](https://gitter.im/meta) first.)

.github/renovate.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"extends": ["config:base"],
3+
"packageRules": [
4+
{
5+
"groupName": "meta",
6+
"packagePatterns": ["^meta-", "find-file-recursively-up", "get-meta-file", "loop", "symlink-meta-dependencies"],
7+
"automerge": true
8+
},
9+
{
10+
"depTypeList": ["devDependencies"],
11+
"enabled": false
12+
}
13+
]
14+
}
File renamed without changes.

renovate.json

-5
This file was deleted.

0 commit comments

Comments
 (0)