Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Docker in Docker",
"image": "mcr.microsoft.com/devcontainers/base:bullseye",

"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "latest",
"enableNonRootDocker": "true",
"moby": "true"
},
"ghcr.io/devcontainers/features/java:1": {},
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/edouard-lopez/devcontainer-features/bats:0": {},
"ghcr.io/brokenpip3/devcontainers-bats/bats-libs:0": {},
"ghcr.io/devcontainers-extra/features/pdm:2": {}
},

"remoteEnv": {
"PATH": "${containerEnv:PATH}:/workspaces/plcc/src/plcc/bin"
},

"postCreateCommand": "pdm install && pipx install reuse"

}
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot

version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
66 changes: 4 additions & 62 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,6 @@
Thank you for your help! Please read the following before contributing to
this project.
The authors of this PR...

## Legal
- [ ] Sign off on the [DCO](https://developercertificate.org/).
- [ ] License their changes under the project's license.

This project and its contents are licensed under GPL-3.0 or greater.
See the LICENSE file at the root of this project. Your contributions must
therefore also be licensed under GPL-3.0 or greater.

Also by contributing to this project, you are signing off on the
[Developer Certificate of Origin (DCO)](https://developercertificate.org/)
asserting that your contributions may legally be licensed under GPL-3.0
or greater. If you do not want to sign off on the DCO, close or delete
this PR.

## Instructions

Make all the changes you want. When you are done, request a review.
Work with the maintainer to complete your contribution.
Complete the template below to your best ability.

---

# Template for Final Squash Commit Message

```
Make sure your subject line follows Conventional Commits.
Remember `feat:` trumps `fix:` and add an `!` if it contains a breaking change.
Delete any section that is not needed.

## BREAKING CHANGES

Non backwards compatible changes.

* #Issue-number - Blah blah blah

## Deprecations

Things that will disappear in future releases.

* #Issue-number - Blah blah blah

## Features

New functionality.
New functionality containing non-backwards compatible functionality are also listed above.

* #Issue-number - Blah blah blah

## Fixes

Bug fixes for existing functionality.
Bug fixes containing non-backwards compatible functionality are also listed above.

* #Issue-number - Blah blah blah

---

Those who made this possible:

Co-authored-by: First Last <email>
Co-authored-by: First Last <email>
Co-authored-by: First Last <email>
```
Closes #NUMBER
40 changes: 0 additions & 40 deletions .gitpod.yml

This file was deleted.

73 changes: 0 additions & 73 deletions LICENSES/Apache-2.0.txt

This file was deleted.

7 changes: 5 additions & 2 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.