Skip to content

Commit

Permalink
feat(github): Add pull request and issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Jul 25, 2024
1 parent 318bdc1 commit 1ed31a5
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Report a bug or incorrect documentation
title: 'BUG: '
labels: 'C-bug'
assignees: ''

---

<!--
Thank you for your report! Please describe your problem here. For questions,
use the Typst community discord: https://discord.gg/2uDybryKPe. Feel free to
remove any of the sections below if they don't seem useful.
-->

## Description

## Steps to Reproduce the Problem
1.
1.
1.

## Expected Behavior

## Actual Behavior

## Context
- Platform:
- Version:
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature request
about: Request a feature or change in behavior
title: 'FR: '
labels: 'C-feature'
assignees: ''

---

<!--
Thank you for your feature request! Please describe your request here. For
questions, use the Typst community discord: https://discord.gg/2uDybryKPe.
-->

## Description
A clear and concise description of what the problem is.

## Proposed Solution
A clear and concise description of what you want to happen.

## Alternative Solutions
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.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See commit messages.

0 comments on commit 1ed31a5

Please sign in to comment.