A .github/issue_template/1-bug-report.md => .github/issue_template/1-bug-report.md +35 -0
@@ 0,0 1,35 @@
+---
+name: "π Bug report"
+about: Report a bug in MuditaOS
+---
+# π Bug report
+
+## π Description
+
+A clear and concise description of the problem...
+
+## π Expected behavior
+
+What you think should happen...
+
+## π Current behavior
+
+Current 'buggy' behavior...
+
+## π¬ Minimal reproduction
+
+Simple steps to reproduce this bug.
+
+Issues that don't have enough info and can't be reproduced will be closed.
+
+## π Provide logs
+
+Please paste relevant logs below or attach them to this issue.
+
+<pre><code>
+
+</code></pre>
+
+## π Your operating system and MuditaOS version
+
+## π€ Anything else relevant?<
\ No newline at end of file
A .github/issue_template/2-feature-request.md => .github/issue_template/2-feature-request.md +18 -0
@@ 0,0 1,18 @@
+---
+name: "π Feature request"
+about: Suggest a feature for MuditaOS
+
+---
+# π Feature request
+
+## π Description
+
+A clear and concise description of the problem or missing capability...
+
+## π Describe the solution you'd like
+
+If you have a solution in mind, please describe it.
+
+## π Describe alternatives you've considered
+
+Have you considered any alternative solutions or workarounds?
A .github/issue_template/3-docs-bug.md => .github/issue_template/3-docs-bug.md +19 -0
@@ 0,0 1,19 @@
+---
+name: "π Missing or unclear documentation"
+about: Report an issue in MuditaOS documentation
+
+---
+
+# π Missing or unclear documentation
+
+## π Description
+
+A clear and concise description of the problem or missing documentation.
+
+## π Describe the solution you'd like
+
+If you have a solution in mind, please describe it.
+
+## π Link to an article that could be improved
+
+Please support us with the link to the current article that could be improved.
M README.md => README.md +1 -1
@@ 104,4 104,4 @@ firefox build-<target>-<build_type>/doc/html/index.html
The [MuditaOS changelog](./changelog.md) is regularly updated by the core development team.
## License
-MuditaOS is licensed on [GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/).
+MuditaOS is licensed under [GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/).