Skip to content

Commit ba8a59d

Browse files
committed
Added issue template
1 parent 139fb2d commit ba8a59d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Add new encoding
2+
description: Propose a new encoding to be added
3+
title: "Add new encoding: [codec]"
4+
labels: ["enhancement"]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: Describe the encoding, its purpose, and how it works
11+
placeholder: Provide a clear and concise description
12+
validations:
13+
required: true
14+
- type: input
15+
id: reference
16+
attributes:
17+
label: Reference
18+
description: Provide a reference URL for the encoding
19+
placeholder: https://
20+
validations:
21+
required: false

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: ad-m/github-push-action@master
9494
with:
9595
github_token: ${{ secrets.GITHUB_TOKEN }}
96-
branch: ${{ github.ref }}
96+
branch: main
9797
deploy:
9898
runs-on: ubuntu-latest
9999
needs: [prepare, coverage]

0 commit comments

Comments
 (0)