Skip to content

Commit

Permalink
chore: Syncs common workflows from the template into v1.3.3 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorik committed Sep 19, 2023
1 parent 6075111 commit 4952da2
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 2 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: Use this template for reporting issues
title: ''
labels: bug
assignees: ''
---

### πŸ› Bug Report

#### πŸ“ Description

Provide a clear and concise description of the bug.

#### πŸ”„ Reproduction Steps

Steps to reproduce the behaviour

#### πŸ€” Expected Behavior

Describe what you expected to happen.

#### 😯 Current Behavior

Describe what actually happened.

#### πŸ–₯️ Environment

Any relevant environment details.

#### πŸ“‹ Additional Context

Add any other context about the problem here. If applicable, add screenshots to help explain.

#### πŸ“Ž Log Output

```
Paste any relevant log output here.
```
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature request
about: Use this template for requesting features
title: ''
labels: feat
assignees: ''
---

### 🌟 Feature Request

#### πŸ“ Description

Provide a clear and concise description of the feature you'd like to see.

#### πŸ€” Rationale

Explain why this feature is important and how it benefits the project.

#### πŸ“‹ Additional Context

Add any other context or information about the feature request here.
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# What ❔

<!-- What are the changes this PR brings about? -->
<!-- Example: This PR adds a PR template to the repo. -->
<!-- (For bigger PRs adding more context is appreciated) -->

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-license.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [push, pull_request]
name: Cargo license check
on: pull_request
jobs:
cargo-deny:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4952da2

Please sign in to comment.