Skip to content

Commit

Permalink
docs: update issue template [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Nov 21, 2024
1 parent 99b775c commit 111f67c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
18 changes: 12 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,32 @@ assignees: sammcj

## Description

<!-- A clear and concise description of what the bug is. -->
<!-- A clear, concise description of what the bug is. -->

## How to reproduce

<!-- A clear and concise description of what you did to reproduce the bug. -->
<!-- A clear, concise description of what you did to reproduce the bug. -->

## Screenshots / Logs

<!-- If applicable, add screenshots to help explain your problem. -->

## Environment

If applicable, add screenshots to help explain your problem.
- macOS version: <!-- (e.g. output of `sw_vers`) -->
or
- Linux distribution: <!-- (e.g. output of `cat /etc/os-release`) -->
- Install source: <!-- (Downloaded from releases / Go get / Built from source) -->
- Go version: <!-- (Output of `go version`) -->

- OS and version:
- Install source: (Downloaded from releases / Go get / Built from source)
- Go version: (Output of `go version`)
<!-- If applicable, add screenshots to help explain your problem. -->

## Can you contribute?

- [ ] I will attempt to implement a fix for this bug

<!-- It's ok if not, but it's always great to have contributors! -->

## How did you find out about Gollama?

<!-- (e.g. Reddit, GitHub search, Youtube etc.) -->
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea
title: '⭐️ Feat: '
labels: feature
assignees: ''
assignees: sammcj

---

Expand All @@ -20,3 +20,7 @@ assignees: ''
- [ ] I will attempt to implement this feature

<!-- It's ok if not, but it's always great to have contributors! -->

## How did you find out about Gollama?

<!-- (e.g. Reddit, GitHub search, Youtube etc.) -->

0 comments on commit 111f67c

Please sign in to comment.