Skip to content

Commit

Permalink
dependabot + bug template (LesnyRumcajs#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Oct 17, 2022
1 parent 72fa1aa commit 78ae0c1
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"
55 changes: 55 additions & 0 deletions .github/workflows/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: Bug report
about: Create a report to help us improve gRPC bench!
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 🙏 -->

0 comments on commit 78ae0c1

Please sign in to comment.