mirror of
https://github.com/brexhq/prompt-engineering.git
synced 2023-09-11 12:43:27 +03:00
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.
31 lines
877 B
Markdown
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.
|