Skip to content
Draft
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
24 changes: 24 additions & 0 deletions .github/DISCUSSION_TEMPLATE/ideas_cs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "Nápad: "
labels: ["ideas"]
---

## 💡 Váš nápad

Popište svůj nápad jasně a stručně.

## 🎯 Jaký problém to řeší?

Vysvětlete, jaký problém nebo potřebu tento nápad adresuje.

## 🌐 Vztah k otevřeným formátům

Jak tento nápad souvisí s otevřenými formáty pro výměnu dat?

## 📊 Případy použití

Uveďte konkrétní příklady, jak by váš nápad mohl být použit.

## 💬 Diskuze

Jaké otázky nebo obavy máte ohledně tohoto nápadu?
24 changes: 24 additions & 0 deletions .github/DISCUSSION_TEMPLATE/ideas_en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "Idea: "
labels: ["ideas"]
---

## 💡 Your Idea

Describe your idea clearly and concisely.

## 🎯 What Problem Does This Solve?

Explain what problem or need this idea addresses.

## 🌐 Relation to Open Formats

How does this idea relate to open formats for data exchange?

## 📊 Use Cases

List specific examples of how your idea could be used.

## 💬 Discussion

What questions or concerns do you have about this idea?
20 changes: 20 additions & 0 deletions .github/DISCUSSION_TEMPLATE/q-a_cs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Otázka: "
labels: ["q&a"]
---

## ❓ Vaše otázka

Položte svou otázku jasně a stručně.

## 🔍 Co jste již zkoušeli?

Popište, co jste již vyzkoušeli nebo kde jste hledali odpověď.

## 📋 Kontext

Poskytněte jakýkoliv další kontext, který by mohl pomoci odpovědět na vaši otázku.

- **Formát dat**: (např. JSON, CSV, XML)
- **Velikost dat**: (např. malá, střední, velká)
- **Prostředí**: (např. Node.js, Python, prohlížeč)
20 changes: 20 additions & 0 deletions .github/DISCUSSION_TEMPLATE/q-a_en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Question: "
labels: ["q&a"]
---

## ❓ Your Question

Ask your question clearly and concisely.

## 🔍 What Have You Already Tried?

Describe what you have already tried or where you looked for an answer.

## 📋 Context

Provide any additional context that could help answer your question.

- **Data Format**: (e.g., JSON, CSV, XML)
- **Data Size**: (e.g., small, medium, large)
- **Environment**: (e.g., Node.js, Python, browser)
30 changes: 30 additions & 0 deletions .github/DISCUSSION_TEMPLATE/show-and-tell_cs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "Ukázka: "
labels: ["show-and-tell"]
---

## 🎉 Co jste vytvořili?

Popište, co jste vytvořili a co to dělá.

## 🔗 Odkazy

- GitHub repozitář:
- Demo / ukázka:
- Dokumentace:

## 🛠️ Technologie

Jaké otevřené formáty a technologie jste použili?

- Formáty dat:
- Knihovny/nástroje:
- Jazyk:

## 📸 Snímky obrazovky nebo ukázky

Přidejte snímky obrazovky, GIFy nebo ukázky kódu.

## 💬 Zpětná vazba

Jakou zpětnou vazbu hledáte od komunity?
30 changes: 30 additions & 0 deletions .github/DISCUSSION_TEMPLATE/show-and-tell_en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "Show: "
labels: ["show-and-tell"]
---

## 🎉 What Did You Create?

Describe what you created and what it does.

## 🔗 Links

- GitHub repository:
- Demo / showcase:
- Documentation:

## 🛠️ Technologies

What open formats and technologies did you use?

- Data formats:
- Libraries/tools:
- Language:

## 📸 Screenshots or Examples

Add screenshots, GIFs, or code examples.

## 💬 Feedback

What feedback are you looking for from the community?
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Do not modify this file, it is generated by GitHub
# This file is used to display sponsor button in the repository
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_cs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
name: 🐛 Nahlášení chyby
about: Vytvořte hlášení o chybě, abyste nám pomohli zlepšit projekt
title: '[BUG] '
labels: ['bug', 'needs-triage']
assignees: ''
---

## 📝 Popis chyby

Jasný a stručný popis toho, co je chyba.

## 🔄 Kroky k reprodukci

Kroky k reprodukci chování:

1. Přejděte na '...'
2. Klikněte na '...'
3. Sjeďte dolů na '...'
4. Zobrazí se chyba

## ✅ Očekávané chování

Jasný a stručný popis toho, co jste očekávali, že se stane.

## ❌ Skutečné chování

Jasný a stručný popis toho, co se skutečně stalo.

## 📸 Snímky obrazovky

Pokud je to relevantní, přidejte snímky obrazovky, které pomohou vysvětlit problém.

## 🖥️ Prostředí

- **OS**: [např. Windows 11, macOS 14, Ubuntu 22.04]
- **Prohlížeč**: [např. Chrome 120, Firefox 121]
- **Verze projektu**: [např. 1.2.3]
- **Formát dat**: [např. JSON, CSV, XML]

## 📋 Další kontext

Přidejte jakýkoliv další kontext o problému zde. Například:

- Pracujete s velkými soubory?
- Používáte specifický formát dat?
- Vyskytuje se problém konzistentně nebo občas?

## ✔️ Kontrolní seznam

- [ ] Zkontroloval(a) jsem existující issues
- [ ] Problém lze reprodukovat
- [ ] Přidal(a) jsem všechny relevantní informace
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
name: 🐛 Bug Report
about: Create a bug report to help us improve the project
title: '[BUG] '
labels: ['bug', 'needs-triage']
assignees: ''
---

## 📝 Bug Description

A clear and concise description of what the bug is.

## 🔄 Steps to Reproduce

Steps to reproduce the behavior:

1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error

## ✅ Expected Behavior

A clear and concise description of what you expected to happen.

## ❌ Actual Behavior

A clear and concise description of what actually happened.

## 📸 Screenshots

If applicable, add screenshots to help explain the problem.

## 🖥️ Environment

- **OS**: [e.g., Windows 11, macOS 14, Ubuntu 22.04]
- **Browser**: [e.g., Chrome 120, Firefox 121]
- **Project Version**: [e.g., 1.2.3]
- **Data Format**: [e.g., JSON, CSV, XML]

## 📋 Additional Context

Add any other context about the problem here. For example:

- Are you working with large files?
- Are you using a specific data format?
- Does the problem occur consistently or intermittently?

## ✔️ Checklist

- [ ] I have checked existing issues
- [ ] The problem can be reproduced
- [ ] I have added all relevant information
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: 💬 Diskuze a otázky / Discussions and Questions
url: https://github.com/tabulky/.github/discussions
about: Pokládejte otázky, sdílejte nápady a diskutujte s komunitou / Ask questions, share ideas and discuss with the community
- name: 📚 Dokumentace / Documentation
url: https://github.com/tabulky/.github
about: Přečtěte si dokumentaci projektu / Read the project documentation
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_cs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: 📖 Vylepšení dokumentace
about: Navrhněte vylepšení nebo opravu dokumentace
title: '[DOCS] '
labels: ['documentation', 'needs-triage']
assignees: ''
---

## 📄 Která část dokumentace potřebuje vylepšení?

Uveďte konkrétní stránku, sekci nebo soubor dokumentace.

## ❓ Jaký je problém s aktuální dokumentací?

- [ ] Chybějící informace
- [ ] Nepřesné informace
- [ ] Zastaralé informace
- [ ] Nejasné vysvětlení
- [ ] Překlepy nebo gramatické chyby
- [ ] Jiné: _________

## ✏️ Navrhované vylepšení

Popište, jak by měla být dokumentace vylepšena.

## 📚 Dodatečné zdroje

Pokud existují externí zdroje nebo příklady, které by mohly pomoci, uveďte je zde.

## 🌍 Jazyk

- [ ] Čeština
- [ ] Angličtina
- [ ] Jiný: _________

## ✔️ Kontrolní seznam

- [ ] Zkontroloval(a) jsem, že tento problém ještě není nahlášen
- [ ] Jasně jsem popsal(a) problém a řešení
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: 📖 Documentation Improvement
about: Propose an improvement or fix for documentation
title: '[DOCS] '
labels: ['documentation', 'needs-triage']
assignees: ''
---

## 📄 Which part of the documentation needs improvement?

Specify the page, section, or documentation file.

## ❓ What is the problem with the current documentation?

- [ ] Missing information
- [ ] Inaccurate information
- [ ] Outdated information
- [ ] Unclear explanation
- [ ] Typos or grammatical errors
- [ ] Other: _________

## ✏️ Proposed Improvement

Describe how the documentation should be improved.

## 📚 Additional Resources

If there are external resources or examples that could help, list them here.

## 🌍 Language

- [ ] Czech
- [ ] English
- [ ] Other: _________

## ✔️ Checklist

- [ ] I have checked that this issue is not already reported
- [ ] I have clearly described the problem and solution
Loading