timothywarner-org / github-copilot-healthcare-training

Public repository for training developers on effective GitHub Copilot prompting techniques in healthcare software development. Includes examples, GitHub Actions CI/CD, and prompt-sharing strategies
MIT License
0 stars 1 forks source link

GitHub Copilot Healthcare Training

Build Status License

This repository is designed for training developers on using GitHub Copilot effectively in the context of healthcare software development. The focus is on:

  1. Developing the most effective prompts for GitHub Copilot
  2. Saving and sharing prompts with your team

Getting Started

Clone this repo and follow the instructions to set up GitHub Copilot in your IDE (VS Code, Visual Studio, PyCharm, or GitHub Web UI).

Key Areas Covered

Setup Instructions

  1. Install the required extensions/plugins for GitHub Copilot in your preferred IDE.
  2. Follow the examples in the /src folder to see how prompts can generate code for typical healthcare development tasks.
  3. Customize and refine the prompts to meet your specific project needs.

Example Commands

# Run tests
python -m unittest discover tests

License

This repository is licensed under the MIT License.