Files
prompt-engineering/CONTRIBUTING.md
Steve Krenzel f1aaae8b51 Adding Code of Conduct and Contribution files.
This adds the standard CODE_OF_CONDUCT.md that Brex uses in open source
projects, along with our standard CONTRIBUTING.md guildelines and
CONTRIBUTORS.md list.
2023-04-20 17:39:52 -07:00

31 lines
877 B
Markdown

# Contributing to Substation
Thank you so much for your interest in contributing to the Brex Prompt Engineering Crash Course! This document contains guidelines to follow when contributing to the project.
## Table Of Contents
[Code of Conduct](#code-of-conduct)
[Submissions](#submissions)
+ [Changes](#submitting-changes)
+ [Bugs](#submitting-bugs)
+ [Enhancements](#submitting-enhancements)
## Code of Conduct
The Code of Conduct can be reviewed [here](CODE_OF_CONDUCT.md).
## Submissions
### Submitting Changes
Pull requests should be submitted using the pull request template. Changes will be validated through automation and by the project maintainers before merging to main.
### Submitting Bugs
Bugs should be submitted as issues using the issue template.
### Submitting Enhancements
Enhancements should be submitted as issues using the issue template.