Skip to content

Commit f413e50

Browse files
authored
Merge pull request #2 from AayushBharti/chore/add-github-templates-dependabot
Chore/add GitHub templates dependabot
2 parents c88d048 + f4a2d66 commit f413e50

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: "Feature request \U0001F680"
3+
about: Suggest an idea
4+
labels: enhancement
5+
6+
---
7+
8+
## Summary
9+
Brief explanation of the feature.
10+
11+
### Basic example
12+
Include a basic example or links here.
13+
14+
### Motivation
15+
Why are we doing this? What use cases does it support? What is the expected outcome?

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Description
2+
3+
<!-- Brief description of changes -->
4+
5+
## Type of change
6+
7+
- [ ] Feature
8+
- [ ] Fix
9+
- [ ] Refactor
10+
- [ ] Documentation
11+
12+
## Screenshots (if applicable)
13+
14+
<!-- Screenshots of visual changes -->
15+
16+
## Testing
17+
18+
<!-- How were these changes tested? -->
19+
20+
## Related issues
21+
22+
<!-- Reference any related issues (e.g., Fixes #123) -->

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for npm
4+
- package-ecosystem: "npm"
5+
# Look for `package.json` and `lock` files in the `root` directory
6+
directory: "/"
7+
# Check the npm registry for updates every day (weekdays)
8+
schedule:
9+
interval: "weekly"

0 commit comments

Comments
 (0)