Skip to content

Commit de500ef

Browse files
update readme
1 parent 1399050 commit de500ef

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# gh-runtime-cli
2-
This GH CLI extension that allows you to deploy to the GitHub runtime.
2+
3+
This GH CLI extension allows you to deploy to the GitHub runtime.
34

45
### Versioning
6+
57
The version of the CLI app is defined in the `cmd/version.go` and can be accessed via the `version` command.
68
Please update accordingly when making changes to the app.
9+
10+
## Background
11+
12+
This project is actively maintained and under development. We are not currently accepting feature PRs, but welcome bug fixes and other improvements.
13+
14+
See [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution guidelines.
15+
16+
## Requirements
17+
18+
The devcontainer is ready to go with all dependencies installed. If you're not using the devcontainer, you need Go installed.
19+
20+
## License
21+
22+
This project is licensed under the terms of the MIT open source license. Please refer to the [LICENSE](./LICENSE) file for the full terms.
23+
24+
## Maintainers
25+
26+
Please refer to [CODEOWNERS](./CODEOWNERS) for the current maintainers.
27+
28+
## Support
29+
30+
See [SUPPORT.md](./SUPPORT.md) for more information.

0 commit comments

Comments
 (0)