commit afbc08faeded49c4b0a76ff1d7bd1e773a5922b9 Author: belliash Date: Wed Jul 20 14:40:31 2022 +0200 Initialize repository diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..090b316 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,31 @@ + + +## 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. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..c4093a6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ + + +## 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._ +- [ ] +- [ ] +- [ ]