From 78d8b9bea8b09ae4d0eab0b40f51fda1a0f4b9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Smol=C3=ADk?= Date: Fri, 20 Feb 2026 19:06:53 +0100 Subject: [PATCH 1/4] add ticket template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vít Smolík --- .forgejo/ISSUE_TEMPLATE/issue_template.yaml | 55 +++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .forgejo/ISSUE_TEMPLATE/issue_template.yaml diff --git a/.forgejo/ISSUE_TEMPLATE/issue_template.yaml b/.forgejo/ISSUE_TEMPLATE/issue_template.yaml new file mode 100644 index 0000000..239d351 --- /dev/null +++ b/.forgejo/ISSUE_TEMPLATE/issue_template.yaml @@ -0,0 +1,55 @@ +name: Onboarding ticket +description: Onboarding ticket with questions, instructions and tips for a newcomer +title: "Welcome to Fedora: " +body: + - type: markdown + attributes: + value: | + # Welcome + + Hello [](https://accounts.fedoraproject.org/user//)! Welcome to Fedora! + + Before we begin, please subscribe to the [Fedora join mailing list at fedora-join@lists.fedoraproject.org](https://lists.fedoraproject.org/admin/lists/fedora-join.lists.fedoraproject.org/). We use this list for general discussion, and it is also where the community shares tasks that need help. + + These links are a good read to begin with. They tell you what the Free/Open Source community is about, and then they'll introduce you to Fedora: what Fedora is all about, and what we do, and of course, how we do it: + + - [What is Free Software: a quick video!](https://www.fsf.org/blogs/community/user-liberation-watch-and-share-our-new-video) + - [Fedora's Mission and Foundations](https://docs.fedoraproject.org/en-US/project/) + - [Fedora's Code of Conduct](https://docs.fedoraproject.org/en-US/project/code-of-conduct/) + - [How is Fedora Organized?](https://docs.fedoraproject.org/en-US/project/orgchart/) + - [Fedora's Current 12-18 Month Community Objectives](https://docs.fedoraproject.org/en-US/project/objectives/) + - [Get started with badges!](https://docs.fedoraproject.org/en-US/fedora-join/welcome/badges/) + - [How to be a successful contributor](https://docs.fedoraproject.org/en-US/fedora-join/contribute/successful-contributor/) + + Next, when you're ready, could you please introduce yourself (preferably on the list) so that the community can get to know you? (Interests, skills, anything you wish to say about yourself really). + + Finally, could you let us know how you learned about the Fedora project? Was it from a colleague, or social media, for example? + + If you have any questions at all, please ask! We'll use this ticket to keep in touch! :) + + ## Get to know each other better + + In addition, could you provide some information to understand your requirements better? (You can write them in the introduction, or answer here if you feel more comfortable). + + For example: + + - your experience with Free/Open Source Software (FOSS) communities/ecosystems: + - have you participated in FOSS before, or is this the first time? + - how do you imagine your place in a FOSS community? + + - your background/skills, for example: + - community development and outreach, campaigning, journalism + - Operating System (Do you use GNU/Linux as your main OS? Is Fedora Linux your main distribution?) + - non-software development: design (Inkscape/Gimp/?), music/video/podcasting, marketing, language proficiency + - software development related: command line, version control: git/hg/svn/?, rpm/packaging, programming languages/frameworks/utilities, testing, infrastructure/sysadmin + + - your experience in communication platforms: + - have you used mailing lists before? + - what is your preferred real time chat platform? + - have you helped with moderating/administering forums? + + - how much time are you looking to/are you able to spend on volunteering (approximate hours per week)? + + Remember that this is not a job interview at all. This is just an icebreaker to help all your new friends get to know you quicker. The better we know you, the better we can support you in identifying Fedora activities that promise to be relevant for you. + + Please write how much/whatever you wish. :). -- 2.55.0 From 8a6d13df44477a331afa9120686fc71dbc50afa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Smol=C3=ADk?= Date: Fri, 20 Feb 2026 19:08:48 +0100 Subject: [PATCH 2/4] change ticket template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vít Smolík --- .forgejo/ISSUE_TEMPLATE/issue_template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/ISSUE_TEMPLATE/issue_template.yaml b/.forgejo/ISSUE_TEMPLATE/issue_template.yaml index 239d351..a67f6cd 100644 --- a/.forgejo/ISSUE_TEMPLATE/issue_template.yaml +++ b/.forgejo/ISSUE_TEMPLATE/issue_template.yaml @@ -1,13 +1,13 @@ name: Onboarding ticket description: Onboarding ticket with questions, instructions and tips for a newcomer -title: "Welcome to Fedora: " +title: "Welcome to Fedora: @FAS_NAME" body: - type: markdown attributes: value: | # Welcome - Hello [](https://accounts.fedoraproject.org/user//)! Welcome to Fedora! + Hello [FAS_NAME](https://accounts.fedoraproject.org/user/FAS_NAME/)! Welcome to Fedora! Before we begin, please subscribe to the [Fedora join mailing list at fedora-join@lists.fedoraproject.org](https://lists.fedoraproject.org/admin/lists/fedora-join.lists.fedoraproject.org/). We use this list for general discussion, and it is also where the community shares tasks that need help. -- 2.55.0 From 82a8678c255c0dc21cd0746d955c21c8b10d9714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Smol=C3=ADk?= Date: Fri, 20 Feb 2026 19:14:57 +0100 Subject: [PATCH 3/4] change ticket template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vít Smolík --- .forgejo/ISSUE_TEMPLATE/issue_template.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.forgejo/ISSUE_TEMPLATE/issue_template.yaml b/.forgejo/ISSUE_TEMPLATE/issue_template.yaml index a67f6cd..708dc37 100644 --- a/.forgejo/ISSUE_TEMPLATE/issue_template.yaml +++ b/.forgejo/ISSUE_TEMPLATE/issue_template.yaml @@ -2,8 +2,11 @@ name: Onboarding ticket description: Onboarding ticket with questions, instructions and tips for a newcomer title: "Welcome to Fedora: @FAS_NAME" body: - - type: markdown + - type: textarea + id: welcome_message attributes: + label: Welcome Message & Introduction + description: "Fill out with the FAS username of newcomer" value: | # Welcome @@ -53,3 +56,5 @@ body: Remember that this is not a job interview at all. This is just an icebreaker to help all your new friends get to know you quicker. The better we know you, the better we can support you in identifying Fedora activities that promise to be relevant for you. Please write how much/whatever you wish. :). + validations: + required: true -- 2.55.0 From 0149bc9a6da82806b6807fba6edf8a778d60793c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Smol=C3=ADk?= Date: Fri, 20 Feb 2026 19:24:19 +0100 Subject: [PATCH 4/4] add the 2 tags we add automaticly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vít Smolík --- .forgejo/ISSUE_TEMPLATE/issue_template.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/ISSUE_TEMPLATE/issue_template.yaml b/.forgejo/ISSUE_TEMPLATE/issue_template.yaml index 708dc37..805c488 100644 --- a/.forgejo/ISSUE_TEMPLATE/issue_template.yaml +++ b/.forgejo/ISSUE_TEMPLATE/issue_template.yaml @@ -1,6 +1,9 @@ name: Onboarding ticket description: Onboarding ticket with questions, instructions and tips for a newcomer title: "Welcome to Fedora: @FAS_NAME" +labels: + - "C: Introduction requested" + - "S: Hello Fedora World" body: - type: textarea id: welcome_message -- 2.55.0