Update README and Git(Hub) config for monorepo

- Update the README to reflect the usage of this repo.
- Add a PR template.
- Add `*.eopkg` to `.gitignore` to avoid accidental commits.
- Symlink Taskfile.yml from `common` to top level directory.
This commit is contained in:
Silke Hofstra 2023-09-17 16:00:24 +02:00
parent 1630a0eb0a
commit e5fcc1e9df
4 changed files with 14 additions and 1 deletions

11
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,11 @@
### Summary
<!-- Info on what this pull request updates/changes/etc -->
### Test Plan
<!-- Short description on how the package was tested -->
### Checklist
- [ ] Package was built and tested against unstable

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.eopkg

View file

@ -4,7 +4,7 @@
</a>
</p>
*Packages* is the main issue tracker for [Solus]. In the future it will also house all the packages, which can currently be found in the [Solus Packages] organisation.
*Packages* contains all the packages definitions for [Solus]. It also contains the main issue tracker.
# Welcome

1
Taskfile.yml Symbolic link
View file

@ -0,0 +1 @@
common/Taskfile.yml