Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

[BUG] Issue template for bug to default dropdown to "no" #9236

Closed
eddiejaoude opened this issue Oct 1, 2023 · 9 comments
Closed

[BUG] Issue template for bug to default dropdown to "no" #9236

eddiejaoude opened this issue Oct 1, 2023 · 9 comments
Labels
💻 aspect: code undefined 🤖 aspect: dx undefined 🛠 goal: fix undefined good first issue undefined Hacktoberfest Good issues for Hacktoberfest participants 🔢 points: 1 undefined 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned)

Comments

@eddiejaoude
Copy link
Member

Description

Currently the issue template for .github/ISSUE_TEMPLATE/bug.yml has the question Do you want to work on this issue?

The options are none, yes and no, this defaults to the option none.

Screenshot 2023-10-01 at 10 42 16

This should default to no (none to disappear, this is not in the code it is added when there is no default specified), this can be achieved with a few lines of yaml config and here is an example from the feature template ...

options:
- "No"
- "Yes"
default: 0

This will result in looking like...

Screenshot 2023-10-01 at 10 45 35

Screenshots

No response

Do you want to work on this issue?

None

Additional information

No response

@eddiejaoude eddiejaoude added 💻 aspect: code undefined 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned) 🛠 goal: fix undefined 🤖 aspect: dx undefined 🔢 points: 1 undefined Hacktoberfest Good issues for Hacktoberfest participants labels Oct 1, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2023

The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md

@eddiejaoude eddiejaoude added the good first issue undefined label Oct 1, 2023
@Sathasivamthirumoorthi
Copy link

Can I work on this. Please assign it to me

@Kamlesh72
Copy link

May I work on this issue?

@SaraJaoude
Copy link
Member

Can I work on this. Please assign it to me

@Sathasivamthirumoorthi I have assigned this to you.

@sital002 sital002 mentioned this issue Oct 1, 2023
6 tasks
@kumarsonsoff3 kumarsonsoff3 linked a pull request Oct 1, 2023 that will close this issue
6 tasks
@Sathasivamthirumoorthi
Copy link

hey @SaraJaoude . I have created a PR

@ayushsgithub
Copy link
Contributor

ayushsgithub commented Oct 2, 2023

Hey @eddiejaoude, where I'm making the mistake?
defaulting it to 0 or 1 is not solving the issue, I even tried to set it to "No" but that's breaking it
Screenshot 2023-10-02 191050
And after all that, it's still to None
Screenshot 2023-10-02 185431

@Kamlesh72
Copy link

Hey @eddiejaoude, where I'm making the mistake?
defaulting it to 0 or 1 is not solving the issue, I even tried to set it to "No" but that's breaking it
Screenshot 2023-10-02 191050
And after all that, it's still to None
Screenshot 2023-10-02 185431

Hey @ayushsgithub, I hope you know that this issue is already assigned to @Sathasivamthirumoorthi #9245

@ayushsgithub
Copy link
Contributor

Hey @eddiejaoude, where I'm making the mistake?
defaulting it to 0 or 1 is not solving the issue, I even tried to set it to "No" but that's breaking it
Screenshot 2023-10-02 191050
And after all that, it's still to None
Screenshot 2023-10-02 185431

Hey @ayushsgithub, I hope you know that this issue is already assigned to @Sathasivamthirumoorthi #9245

Yes @Kamlesh72 bro, but only out of curiosity I was trying to solve it in my local development.

@eddiejaoude
Copy link
Member Author

You can see in the issue description the exact code and link to a working example is provided - what you did is not wrong but we want to keep it consistent with the existing usage

options:
- "No"
- "Yes"
default: 0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
💻 aspect: code undefined 🤖 aspect: dx undefined 🛠 goal: fix undefined good first issue undefined Hacktoberfest Good issues for Hacktoberfest participants 🔢 points: 1 undefined 🏁 status: ready for dev You can asked for this issue to be assigned (if not already assigned)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants