diff --git a/templates/issue-templates/01-bug.yml b/templates/issue-templates/bug.yml similarity index 99% rename from templates/issue-templates/01-bug.yml rename to templates/issue-templates/bug.yml index 8267a7b..454e691 100644 --- a/templates/issue-templates/01-bug.yml +++ b/templates/issue-templates/bug.yml @@ -1,3 +1,5 @@ + +# Bug Report Template name: ๐Ÿ› Bug Report description: Report unexpected behavior, failures, or issues in the project. title: "[Bug]: " diff --git a/templates/issue-templates/04-community-collaboration.yml b/templates/issue-templates/community.yml similarity index 94% rename from templates/issue-templates/04-community-collaboration.yml rename to templates/issue-templates/community.yml index a5649f1..aba9c49 100644 --- a/templates/issue-templates/04-community-collaboration.yml +++ b/templates/issue-templates/community.yml @@ -1,3 +1,4 @@ +# Report issues or suggestions related to community, collaboration, or project governance. name: "๐Ÿ’ฌ Community & Collaboration" description: Report issues or suggestions related to community, collaboration, or project governance. labels: [community, collaboration] diff --git a/templates/issue-templates/03-documentation.yml b/templates/issue-templates/docs.yml similarity index 94% rename from templates/issue-templates/03-documentation.yml rename to templates/issue-templates/docs.yml index e875e5d..291ef7a 100644 --- a/templates/issue-templates/03-documentation.yml +++ b/templates/issue-templates/docs.yml @@ -1,3 +1,4 @@ +# Report issues or suggest improvements related to documentation, guides, or help content. name: ๐Ÿ“„ Documentation description: Report issues or suggest improvements related to documentation, guides, or help content. labels: [documentation] diff --git a/templates/issue-templates/05-developer-experience-feedback.yml b/templates/issue-templates/dx.yml similarity index 97% rename from templates/issue-templates/05-developer-experience-feedback.yml rename to templates/issue-templates/dx.yml index 8fb6c13..ca9732d 100644 --- a/templates/issue-templates/05-developer-experience-feedback.yml +++ b/templates/issue-templates/dx.yml @@ -1,3 +1,4 @@ +# Report issues that affect developers' experience name: "๐Ÿง‘โ€๐Ÿ’ป Developer Experience (DX) Feedback" description: Report issues that affect developers' experience labels: [dx, feedback] diff --git a/templates/issue-templates/02-feature-request.yml b/templates/issue-templates/feature.yml similarity index 97% rename from templates/issue-templates/02-feature-request.yml rename to templates/issue-templates/feature.yml index b29cec7..938150d 100644 --- a/templates/issue-templates/02-feature-request.yml +++ b/templates/issue-templates/feature.yml @@ -1,3 +1,4 @@ +# Suggest a new feature or improvement for a project. name: "โœจ Feature Request" description: Suggest a new feature or improvement for this project title: "[Feature] " diff --git a/templates/issue-templates/06-support-question.yml b/templates/issue-templates/support.yml similarity index 96% rename from templates/issue-templates/06-support-question.yml rename to templates/issue-templates/support.yml index 79a0e8e..fc45b51 100644 --- a/templates/issue-templates/06-support-question.yml +++ b/templates/issue-templates/support.yml @@ -1,3 +1,4 @@ +# Ask a question or request support (not for bugs or feature requests) name: "โ“ Support Question" description: Ask a question or request support (not for bugs or feature requests) labels: [question, support] diff --git a/templates/issue-templates/07-test.yml b/templates/issue-templates/test.yml similarity index 96% rename from templates/issue-templates/07-test.yml rename to templates/issue-templates/test.yml index d610d93..049b98c 100644 --- a/templates/issue-templates/07-test.yml +++ b/templates/issue-templates/test.yml @@ -1,3 +1,4 @@ +# Report issues related to testing or quality assurance. name: ๐Ÿงช Testing & QA description: Report issues related to testing or quality assurance labels: [testing, QA] diff --git a/templates/licenses/AGPL-3.0.md b/templates/licenses/AGPL-3.0 similarity index 99% rename from templates/licenses/AGPL-3.0.md rename to templates/licenses/AGPL-3.0 index 0ad25db..68fb132 100644 --- a/templates/licenses/AGPL-3.0.md +++ b/templates/licenses/AGPL-3.0 @@ -1,3 +1,5 @@ +# Requires sharing source code of software and network-accessible services based on it + GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 diff --git a/templates/licenses/APACHE-2.0.md b/templates/licenses/APACHE-2.0 similarity index 99% rename from templates/licenses/APACHE-2.0.md rename to templates/licenses/APACHE-2.0 index 261eeb9..62c9d70 100644 --- a/templates/licenses/APACHE-2.0.md +++ b/templates/licenses/APACHE-2.0 @@ -1,3 +1,5 @@ +# Permissive license with patent protection and attribution requirements + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/templates/licenses/BSD-2-CLAUSE.md b/templates/licenses/BSD-2-CLAUSE similarity index 94% rename from templates/licenses/BSD-2-CLAUSE.md rename to templates/licenses/BSD-2-CLAUSE index c2f3d37..67f212c 100644 --- a/templates/licenses/BSD-2-CLAUSE.md +++ b/templates/licenses/BSD-2-CLAUSE @@ -1,3 +1,5 @@ +# Minimal permissive license allowing redistribution with attribution + BSD 2-Clause License Copyright (c) [year], [fullname] diff --git a/templates/licenses/BSD-3-CLAUSE.md b/templates/licenses/BSD-3-CLAUSE similarity index 92% rename from templates/licenses/BSD-3-CLAUSE.md rename to templates/licenses/BSD-3-CLAUSE index ddd44f6..b2fb069 100644 --- a/templates/licenses/BSD-3-CLAUSE.md +++ b/templates/licenses/BSD-3-CLAUSE @@ -1,3 +1,5 @@ +# Permissive license allowing redistribution and use with attribution, but forbids using contributor names for endorsement + BSD 3-Clause License Copyright (c) [year], [fullname] diff --git a/templates/licenses/BSL-1.0.md b/templates/licenses/BSL-1.0 similarity index 94% rename from templates/licenses/BSL-1.0.md rename to templates/licenses/BSL-1.0 index 36b7cd9..a256b6a 100644 --- a/templates/licenses/BSL-1.0.md +++ b/templates/licenses/BSL-1.0 @@ -1,3 +1,5 @@ +# Source-available license that becomes open source after a time delay + Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization diff --git a/templates/licenses/CC0-1.0.md b/templates/licenses/CC0-1.0 similarity index 99% rename from templates/licenses/CC0-1.0.md rename to templates/licenses/CC0-1.0 index 0e259d4..08743c2 100644 --- a/templates/licenses/CC0-1.0.md +++ b/templates/licenses/CC0-1.0 @@ -1,3 +1,5 @@ +# Public domain dedication; waives all rights worldwide + Creative Commons Legal Code CC0 1.0 Universal diff --git a/templates/licenses/EPL-2.0.md b/templates/licenses/EPL-2.0 similarity index 99% rename from templates/licenses/EPL-2.0.md rename to templates/licenses/EPL-2.0 index e48e096..665459c 100644 --- a/templates/licenses/EPL-2.0.md +++ b/templates/licenses/EPL-2.0 @@ -1,3 +1,5 @@ +# Weak copyleft license requiring source disclosure only on modified files + Eclipse Public License - v 2.0 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE diff --git a/templates/licenses/GPL-2.0.md b/templates/licenses/GPL-2.0 similarity index 98% rename from templates/licenses/GPL-2.0.md rename to templates/licenses/GPL-2.0 index d159169..a933088 100644 --- a/templates/licenses/GPL-2.0.md +++ b/templates/licenses/GPL-2.0 @@ -1,3 +1,5 @@ +# Strong copyleft requiring derivatives to be licensed under GPL and source shared + GNU GENERAL PUBLIC LICENSE Version 2, June 1991 @@ -317,9 +319,9 @@ when it starts in an interactive mode: This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. -The hypothetical commands `show w' and `show c' should show the appropriate +The hypothetical commands `show w' and`show c' should show the appropriate parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be +be called something other than `show w' and`show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your diff --git a/templates/licenses/GPL-3.0.md b/templates/licenses/GPL-3.0 similarity index 99% rename from templates/licenses/GPL-3.0.md rename to templates/licenses/GPL-3.0 index f288702..78a4814 100644 --- a/templates/licenses/GPL-3.0.md +++ b/templates/licenses/GPL-3.0 @@ -1,3 +1,5 @@ +# Strong copyleft with added protections against Tivoization and software patents + GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/templates/licenses/LGPL-2.1.md b/templates/licenses/LGPL-2.1 similarity index 99% rename from templates/licenses/LGPL-2.1.md rename to templates/licenses/LGPL-2.1 index 8000a6f..750e37c 100644 --- a/templates/licenses/LGPL-2.1.md +++ b/templates/licenses/LGPL-2.1 @@ -1,3 +1,5 @@ +# Weak copyleft; allows linking without full GPL compliance + GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 diff --git a/templates/licenses/MIT.md b/templates/licenses/MIT similarity index 92% rename from templates/licenses/MIT.md rename to templates/licenses/MIT index 8aa2645..3674002 100644 --- a/templates/licenses/MIT.md +++ b/templates/licenses/MIT @@ -1,3 +1,5 @@ +# Simple permissive license allowing reuse with attribution and liability disclaimer + MIT License Copyright (c) [year] [fullname] diff --git a/templates/licenses/MPL-2.0.md b/templates/licenses/MPL-2.0 similarity index 99% rename from templates/licenses/MPL-2.0.md rename to templates/licenses/MPL-2.0 index d0a1fa1..68e8833 100644 --- a/templates/licenses/MPL-2.0.md +++ b/templates/licenses/MPL-2.0 @@ -1,3 +1,5 @@ +# File-level copyleft; only modified source files must be disclosed + Mozilla Public License Version 2.0 ================================== @@ -370,4 +372,4 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice --------------------------------------------------------- This Source Code Form is "Incompatible With Secondary Licenses", as - defined by the Mozilla Public License, v. 2.0. + defined by the Mozilla Public License, v. 2.0. \ No newline at end of file diff --git a/templates/licenses/UNLICENSE.md b/templates/licenses/UNLICENSE similarity index 94% rename from templates/licenses/UNLICENSE.md rename to templates/licenses/UNLICENSE index fdddb29..85bf3ce 100644 --- a/templates/licenses/UNLICENSE.md +++ b/templates/licenses/UNLICENSE @@ -1,3 +1,5 @@ +# Complete public domain dedication with no conditions or restrictions + This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or diff --git a/templates/pr-templates/01-bug.md b/templates/pr-templates/bug.md similarity index 100% rename from templates/pr-templates/01-bug.md rename to templates/pr-templates/bug.md diff --git a/templates/pr-templates/04-community-collaboration.md b/templates/pr-templates/community.md similarity index 100% rename from templates/pr-templates/04-community-collaboration.md rename to templates/pr-templates/community.md diff --git a/templates/pr-templates/03-documentation.md b/templates/pr-templates/docs.md similarity index 100% rename from templates/pr-templates/03-documentation.md rename to templates/pr-templates/docs.md diff --git a/templates/pr-templates/05-developer-experience-feedback.md b/templates/pr-templates/dx.md similarity index 100% rename from templates/pr-templates/05-developer-experience-feedback.md rename to templates/pr-templates/dx.md diff --git a/templates/pr-templates/02-feature-request.md b/templates/pr-templates/feature.md similarity index 100% rename from templates/pr-templates/02-feature-request.md rename to templates/pr-templates/feature.md diff --git a/templates/pr-templates/06-test.md b/templates/pr-templates/test.md similarity index 100% rename from templates/pr-templates/06-test.md rename to templates/pr-templates/test.md