chore: add contributing guide

This commit is contained in:
Fernandez Ludovic
2024-05-23 18:32:12 +02:00
parent 182ce0be58
commit 4655d13902
2 changed files with 42 additions and 2 deletions

View File

@@ -36,14 +36,29 @@ body:
required: true
- type: textarea
id: config
id: workflow-file
attributes:
label: Workflow file
value: |-
<details>
```yml
<add your file content here>
```
<add you file here>
</details>
validations:
required: true
- type: textarea
id: config
attributes:
label: Golangci-lint configuration
value: |-
<details>
```yml
<add your file content here>
```
</details>