-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add issue template for local meetup organisers #446
Conversation
✅ Deploy Preview for tag-env-sustainability ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for pushing this. I believe it will be helpful for local organizer to onboard the sustainability week event. Leave some comments.
@@ -0,0 +1,62 @@ | |||
name: Local Meetup Tracking/Action Item | |||
description: Use this issue type to track and manage local meetup organization tasks. Avoid using this issue type for tasks expected to be closed within hours. | |||
title: "[<Tracking>/<Action>] Cloud Native Sustainability Week 2024 <Meetup Location>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How's about replace 2024 with <Year>
to keep this general for the later year?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 we can add a <YEAR>
field
@@ -0,0 +1,62 @@ | |||
name: Local Meetup Tracking/Action Item |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
10-action copy.yaml
-> 10-local-meetup.yaml
?
@@ -0,0 +1,62 @@ | |||
name: Local Meetup Tracking/Action Item | |||
description: Use this issue type to track and manage local meetup organization tasks. Avoid using this issue type for tasks expected to be closed within hours. | |||
title: "[<Tracking>/<Action>] Cloud Native Sustainability Week 2024 <Meetup Location>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[<Tracking>/<Action>]
-> [Tracking]
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -0,0 +1,62 @@ | |||
name: Local Meetup Tracking/Action Item | |||
description: Use this issue type to track and manage local meetup organization tasks. Avoid using this issue type for tasks expected to be closed within hours. | |||
title: "[<Tracking>/<Action>] Cloud Native Sustainability Week 2024 <Meetup Location>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 we can add a <YEAR>
field
@@ -0,0 +1,62 @@ | |||
name: Local Meetup Tracking/Action Item | |||
description: Use this issue type to track and manage local meetup organization tasks. Avoid using this issue type for tasks expected to be closed within hours. | |||
title: "[<Tracking>/<Action>] Cloud Native Sustainability Week 2024 <Meetup Location>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
4. [TAG ENV Lead] Assign lead organizer/co-lead to the issue. | ||
5. Tag leads & co-leads if assistance is needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we dont need these two steps
4. [TAG ENV Lead] Assign lead organizer/co-lead to the issue. | |
5. Tag leads & co-leads if assistance is needed. |
type: textarea | ||
attributes: | ||
label: To-Do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these steps look like checkboxes. (see example CoC)
type: checkboxes
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://www.cncf.io/conduct/).
options:
- label: I agree to follow this project's Code of Conduct
required: true
type: textarea | ||
attributes: | ||
label: To-Do | ||
description: What specific actions are needed to organize this meetup? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could add potentially
- Joined one of the TAG ENV Sustainability Week Sync to talk about your event
- Found a sponsor for the event
- Found a location for the event
- Set a date for the event
- Announced the event
- Reached out to the Cloud Native Sustainability Week Organizer team to promote the event
Added a couple of comments @Nancy-Chauhan - thanks! this looks great |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, lets refine it over time!
This PR updates the issue template for tracking and managing local meetup organization tasks. The new template aims to provide a clear and structured way for organizers to detail their event plans, ensuring all necessary information is included and that the process is streamlined.