Skip to content

Commit

Permalink
Add issue templates (#3951)
Browse files Browse the repository at this point in the history
Add a template for when users open a new issue
  • Loading branch information
wdbaruni authored Apr 22, 2024
1 parent 3b3d8a8 commit 3a4c578
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: request/new, type/bug
assignees: ''

---

### Bug Description
*Briefly describe the unexpected behavior or performance regression. What happened that wasn’t supposed to?*

### Expected Behavior
*Detail what you expected to happen instead of the bug.*

### Steps to Reproduce
1. Step one to reproduce
2. Step two
3. Step three
4. (Continue as necessary)

### Bacalhau Versions
- **Agent Version**: Run `bacalhau agent version` to get this.
- **CLI Client Version**: Run `bacalhau version` for the client info.

### Host Environment
*Provide details about the environment where the bug occurred:*
- Operating System:
- CPU Architecture:
- Any other relevant environment details:

### Job Specification
*(If applicable, provide the job spec used when the issue occurred.)*

### Logs
#### Agent Logs:
*(Include here if applicable.)*

#### Client Logs:
*(Include here if applicable.)*
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Discussion
url: https://github.com/bacalhau-project/bacalhau/discussions
about: Ideal for ideas, feedback, or longer form questions.
- name: Chat
url: https://bacalhauproject.slack.com
about: Ideal for short questions, looking for advice, general conversation, and meeting other Bacalhau users!
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest a new feature or enhancement to Bacalhau
title: ''
labels: request/new, type/enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ updates:
directory: "/"
schedule:
interval: daily
labels:
- "lang/go"
- "th/dependencies"
open-pull-requests-limit: 1
- package-ecosystem: "pip"
directory: "/integration/"
schedule:
interval: daily
labels:
- "lang/python"
- "th/dependencies"
open-pull-requests-limit: 1

0 comments on commit 3a4c578

Please sign in to comment.