File tree Expand file tree Collapse file tree 5 files changed +101
-0
lines changed
Expand file tree Collapse file tree 5 files changed +101
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Use it if you found a problem
4+ title : ' '
5+ labels : bug
6+ assignees : Roman86
7+
8+ ---
9+
10+ ** Describe the bug**
11+ A clear and concise description of what the bug is.
12+
13+ ** To Reproduce**
14+ Code sandbox URL (any platform of your choice):
15+
16+ ** Expected behaviour**
17+ A clear and concise description of what you expected to happen.
18+
19+ ** Screenshots**
20+ If it helps to understand the issue - please attach.
21+
22+ ** Desktop (please complete the following information):**
23+ - OS: [ e.g. iOS]
24+ - Browser [ e.g. chrome, safari]
25+ - Version [ e.g. 22]
26+
27+ ** Smartphone (please complete the following information):**
28+ - Device: [ e.g. iPhone6]
29+ - OS: [ e.g. iOS8.1]
30+ - Browser [ e.g. stock browser, safari]
31+ - Version [ e.g. 22]
32+
33+ ** Additional context**
34+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Dependency update request
3+ about : If you want me to update some dependency package, or widen its versions span
4+ title : " [DEP]"
5+ labels : dependencies
6+ assignees : Roman86
7+
8+ ---
9+
10+ ** Package full name**
11+ What package you'd like to update
12+
13+ ** Desired version**
14+ The version you want to propose (as should be put to the package.json)
15+
16+ ** The purpose of this update**
17+ Briefly describe why it needs to be updated
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : ' '
5+ labels : enhancement
6+ assignees : Roman86
7+
8+ ---
9+
10+ ** Is your feature request related to a problem? Please describe.**
11+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
12+
13+ ** Describe the solution you'd like**
14+ A clear and concise description of what you want to happen.
15+
16+ ** Describe alternatives you've considered**
17+ A clear and concise description of any alternative solutions or features you've considered.
18+
19+ ** Additional context**
20+ Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " npm" # See documentation for possible values
9+ directory : " /" # Location of package manifests
10+ schedule :
11+ interval : " weekly"
Original file line number Diff line number Diff line change 1+ name : Github Release
2+
3+ on :
4+ push :
5+ tags :
6+ - " v*.*.*"
7+
8+ jobs :
9+ build :
10+ runs-on : ubuntu-latest
11+
12+ permissions :
13+ contents : write
14+
15+ steps :
16+ - name : Checkout
17+ uses : actions/checkout@v4
18+ - name : Release
19+ uses : softprops/action-gh-release@v2
You can’t perform that action at this time.
0 commit comments