Initialize repository

This commit is contained in:
Rafal Kupiec 2022-07-20 14:40:31 +02:00
commit afbc08faed
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
2 changed files with 50 additions and 0 deletions

31
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,31 @@
<!--
1. Please speak English, this is the language all of us can speak and write.
2. Please take a moment to check that your issue doesn't already exist.
3. Please give all relevant information below for bug reports, because
incomplete details will be handled as an invalid report.
-->
## ExectOS Information
- ExectOS Version (or commit ref):
- System Architecture (eg. i686, amd64...):
- Hypervisor Information (use `[X]`):
- [ ] Bare metal
- [ ] Bochs
- [ ] Hyper-V
- [ ] Qemu (KVM)
- [ ] VirtualBox
- [ ] VirtualPC
- [ ] VmWare
- [ ] Other
## Your problem description
Please provide here as much information as possible, including a code snippet if applicable.
## Expected results
Describe here, what output and/or software behave did you expect.
## Current results
Provide here current result and program output.
## Debug backtrace and logs
Provide here logs and debug bugtrace if applicable.

19
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,19 @@
<!--
1. Please speak English, this is the language all of us can speak and write.
2. Please follow the CONTRIBUTING.md to make your changes smoothly merged.
-->
## Purpose
_Do a quick recap of your work here._
_If it fixes some bug, don't forget to mention it here._
## Proposed changes
_Describe what you propose to change/add/fix with this pull request._
-
-
## TODO
_Use a TODO when your pull request is Work in Progress._
- [ ]
- [ ]
- [ ]