diff --git a/.github/ISSUE_TEMPLATE/add_event.yml b/.github/ISSUE_TEMPLATE/add_event.yml deleted file mode 100644 index 96f8f2b..0000000 --- a/.github/ISSUE_TEMPLATE/add_event.yml +++ /dev/null @@ -1,65 +0,0 @@ -name: Add Event Name -description: Add the event, if virtual, the platform to be used, speaking, etc. In case of a partnership or collaboration add the event here and add the necessary redirection links. -title: "[Event] YYYY" -labels: ["event"] -body: - - type: input - id: event_name - attributes: - label: Event Name - description: The name of the event. - placeholder: - validations: - required: true - - type: input - attributes: - label: URL - description: The URL of the event. - placeholder: https://event.com - validations: - required: true - - type: input - id: event_date - attributes: - label: Event Date - description: The date of the event. - placeholder: "DD MMM YYYY" - - type: input - id: event_time - attributes: - label: Event start time & end time - description: The time the event starts and ends, time zone. - placeholder: "__9:00am to 5:00pm, GMT + 3" - - type: dropdown - id: event_type - attributes: - label: Event Type - description: Is the event in-person virtual or both? - options: ["hybrid", "physical", "virtual"] - validations: - required: true - - type: input - id: event_location - attributes: - label: Event Location - description: The location of the event. Leave blank if virtual only - placeholder: " PLACE, CITY, COUNTRY" - validations: - required: false - - type: textarea - id: event_description - attributes: - label: Summary - description: Information you're sharing about this event. - placeholder: | - Coffee and Chat is a weekly event we have every friday to talk about Black Python Devs, Tech and answer any questions that you have etc - validations: - required: false - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this form, you agree to follow our [Code of Conduct](https://github.com/BlackPythonDevs/.github/blob/main/CODE_OF_CONDUCT.md) - options: - - label: I agree to follow this project's Code of Conduct - required: true