Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta: add issue template #264

Merged
merged 2 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github: [vincenzopalazzo]
custom: https://bruce.lnmetrics.info/donation
custom: 3KTHcpN8oJpHuCz9HbBcYruW4SySmxonDy
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!--
## Issue Template for lampo.rs

### Description

**Please provide a detailed description of the issue or feature request.**

---

### Steps to Reproduce

1. **Step one**
2. **Step two**
3. **Step three**

**Provide as much detail as possible, including code snippets, commands, or screenshots that can help us reproduce the issue.**

---

### Expected Behavior

**What did you expect to happen?**

---

### Actual Behavior

**What actually happened?**

---

### Logs

**If applicable, add screenshots to help explain your problem. You can also paste any logs here.**

---

### Environment

- **OS**: (e.g., Windows, macOS, Linux)
- **Version/Commit**: (e.g., v1.0.0, commit abc1234)

---

### Additional Context

**Add any other context about the problem here.**

-->
Loading