Skip to content

Commit

Permalink
docs: update checklist in all issue forms (#962)
Browse files Browse the repository at this point in the history
* feat: adding sponsor button to repo

* docs: update dependabot workflow (#961)

* docs: update dependabot workflow

to add commit message and label as per standard conventions

* chore: remove comment

---------

Co-authored-by: Tamal Das <tamalcodes@gmail.com>

* fix: re-added footer to the home page (#942)

Co-authored-by: Tamal Das <tamalcodes@gmail.com>

* fix: changing grammars for check boxes

---------

Co-authored-by: Tamal Das <tamalcodes@gmail.com>
Co-authored-by: ~Piyush <100259650+PiyushK79@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 28, 2023
1 parent 5614005 commit e1209ec
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐞 Bug
description: Report an issue to help improve the project.
title: "[BUG] write a small description here"
title: "[BUG] Write a small description here"
labels:
[
"👷🏻‍♂️ status: awaiting triage",
Expand Down Expand Up @@ -49,7 +49,10 @@ body:
- label: "I have read the [Contributing Guidelines](https://github.com/tamalCodes/Milan/blob/main/CONTRIBUTING.md)"
required: true

- label: "I am willing to work on this issue (blank for no)"
- label: "I am willing to work on this issue (blank for no)."
required: false

- label: "I am a GSSoC23 contributor (blank for no)".
required: false

- label: "I am a GSSoC23 contributor."
Expand All @@ -58,5 +61,5 @@ body:
- type: markdown
attributes:
value: |
In case of emergencies contact me on [Twitter](https://twitter.com/mrTamall)
In case of emergencies contact me on [Twitter](https://twitter.com/tamalCodes)
Feel free to check out other cool repositories [here](https://github.com/tamalCodes)

0 comments on commit e1209ec

Please sign in to comment.