Skip to content

Commit

Permalink
feat: added CODE_OF_CONDUCT.md check agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed May 14, 2024
1 parent a566475 commit a1f6059
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ body:
id: pre-requisites
attributes:
label: Pre-requisites
description: Make sure to check to see if you are following this requisites.
description: |
Make sure to check to see if you are following this requisites.
options:
- label: The issue is reproducible
required: true
Expand Down Expand Up @@ -75,7 +76,8 @@ body:
id: issue-behaviour
attributes:
label: Behaviour
description: Describe the current behaviour. May include logs, images, videos ...
description: |
Describe the current behaviour. May include logs, images, videos ...
validations:
required: true

Expand Down Expand Up @@ -127,3 +129,12 @@ body:
})
validations:
required: true

- type: checkboxes
attributes:
label: Code of conduct agreement
description: |
By checking this I agree to [CODE OF CONDUCT](https://github.com/AlejandroSuero/freeze-code.nvim/blob/main/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct).
options:
- label: I agree and I am not violating the [CODE OF CONDUCT](https://github.com/AlejandroSuero/freeze-code.nvim/blob/main/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct)
required: true
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ instructions so we can reproduce. Please also list relevant details about your c
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I did read the [CODE OF CONDUCT](https://github.com/AlejandroSuero/freeze-code.nvim/blob/main/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct)
and I **agree to follow it**.

0 comments on commit a1f6059

Please sign in to comment.