https://github.com/github-samples/copilot-hack
Open form hack for GitHub Copilot
https://github.com/github-samples/copilot-hack
Last synced: 9 months ago
JSON representation
Open form hack for GitHub Copilot
- Host: GitHub
- URL: https://github.com/github-samples/copilot-hack
- Owner: github-samples
- License: mit
- Created: 2023-09-29T22:55:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T14:11:00.000Z (9 months ago)
- Last Synced: 2025-04-02T01:01:38.922Z (9 months ago)
- Language: Jupyter Notebook
- Size: 4.65 MB
- Stars: 38
- Watchers: 2
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# Coding with an AI pair programmer
[GitHub Copilot](https://github.com/features/copilot) is your AI pair programmer, built to support you throughout your development experience. As with any new tool, using GitHub Copilot requires learning a few new skills. This project is built to do exactly that, to give you an opportunity to build a project, using the language and tools you typically use, with GitHub Copilot.
> **[Start hacking!](./hackathon.md)**
## Requirements
This project is configured with a [devcontainer](./.devcontainer/devcontainer.json), which can be [run locally](https://code.visualstudio.com/docs/devcontainers/containers) or in a [codespace](https://github.com/features/codespaces). Please refer to the [setup exercise](./content/0-get-started.md) for more information.
The project does assume you are familiar with programming, but is not prescriptive about language or framework choice.
## License
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE.txt) for the full terms.
## Maintainers
You can find the list of maintainers in [CODEOWNERS](./.github/CODEOWNERS)
## Support
This project is provided as-is, and may be updated over time. If you have questions, please [open an issue](/issues/new).