From c5e6b55e88fa9114c25f278794ea66cef3be1739 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 28 Nov 2025 01:15:04 +0100 Subject: [PATCH] LICENSE file and .github folder. --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ LICENSE | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 LICENSE diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..b6787de --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +# Description: + +Briefly describe what you are submitting. + +# Checklist: +- [ ] I have opened a pull request in the main 86Box repository. +- [ ] I have not added any unrelated files to this pull request. +- [ ] My commit(s) follow the [committing guidelines](https://github.com/86Box/roms#committing-guidelines). + +# Your 86Box pull request: +https://github.com/86Box/86Box/pull/changeme/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4089a81 --- /dev/null +++ b/LICENSE @@ -0,0 +1,2 @@ +All files in this repository are property of their respective copyright owners, and are made available here in the interest of preservation. +There is no warranty of any sort, to the extent allowed by applicable law.