Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

# Bug Report Template
name: 🐛 Bug Report
description: Report unexpected behavior, failures, or issues in the project.
title: "[Bug]: "
Expand Down
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Original file line number Diff line number Diff line change
@@ -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] <short description>"
Expand Down
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Permissive license with patent protection and attribution requirements

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Minimal permissive license allowing redistribution with attribution

BSD 2-Clause License

Copyright (c) [year], [fullname]
Expand Down
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 2 additions & 0 deletions templates/licenses/BSL-1.0.md → templates/licenses/BSL-1.0
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions templates/licenses/CC0-1.0.md → templates/licenses/CC0-1.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Public domain dedication; waives all rights worldwide

Creative Commons Legal Code

CC0 1.0 Universal
Expand Down
2 changes: 2 additions & 0 deletions templates/licenses/EPL-2.0.md → templates/licenses/EPL-2.0
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions templates/licenses/GPL-2.0.md → templates/licenses/GPL-2.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Strong copyleft requiring derivatives to be licensed under GPL and source shared

GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions templates/licenses/GPL-3.0.md → templates/licenses/GPL-3.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Strong copyleft with added protections against Tivoization and software patents

GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Weak copyleft; allows linking without full GPL compliance

GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999

Expand Down
2 changes: 2 additions & 0 deletions templates/licenses/MIT.md → templates/licenses/MIT
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Simple permissive license allowing reuse with attribution and liability disclaimer

MIT License

Copyright (c) [year] [fullname]
Expand Down
4 changes: 3 additions & 1 deletion templates/licenses/MPL-2.0.md → templates/licenses/MPL-2.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# File-level copyleft; only modified source files must be disclosed

Mozilla Public License Version 2.0
==================================

Expand Down Expand Up @@ -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.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
File renamed without changes.
File renamed without changes.