misc meta (#11)
This commit is contained in:
parent
233d03ea75
commit
f12e118362
6
.github/CODEOWNERS
vendored
Normal file
6
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# CODEOWNERS: https://help.github.com/articles/about-codeowners/
|
||||||
|
|
||||||
|
# These owners will be the default owners for everything in
|
||||||
|
# the repo. Unless a later match takes precedence,
|
||||||
|
# they will be requested for review when someone opens a pull request.
|
||||||
|
* @LesnyRumcajs
|
55
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
55
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve wakey!
|
||||||
|
title: ''
|
||||||
|
labels: 'Bug'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Run '....'
|
||||||
|
3. See error
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Log output**
|
||||||
|
<!-- Please paste the log output derived from the error. -->
|
||||||
|
<details>
|
||||||
|
<summary>Log Output</summary>
|
||||||
|
|
||||||
|
```Paste log output here
|
||||||
|
paste log output...
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Expected behaviour**
|
||||||
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Environment (please complete the following information):**
|
||||||
|
- OS:
|
||||||
|
- Rust version(e.g. `rustc --version`)
|
||||||
|
- Branch/commit
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Other information and links**
|
||||||
|
<!-- Add any other context about the problem here. -->
|
||||||
|
|
||||||
|
<!-- Thank you 🙏 -->
|
20
.github/ISSUE_TEMPLATE/general_report.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/general_report.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
name: General issue
|
||||||
|
about: General purpose issue template
|
||||||
|
title: ''
|
||||||
|
labels: 'Status: Needs Triage'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Issue summary**
|
||||||
|
<!-- A clear and concise description of what the task is. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Other information and links**
|
||||||
|
<!-- Add any other context or screenshots about the issue here. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Thank you 🙏 -->
|
16
.github/dependabot.yml
vendored
Normal file
16
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Please see the documentation for all configuration options:
|
||||||
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "cargo"
|
||||||
|
directory: "/" # Location of package manifests
|
||||||
|
open-pull-requests-limit: 1
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#enabling-dependabot-version-updates-for-actions
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
open-pull-requests-limit: 1
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
Loading…
Reference in New Issue
Block a user