forked from Bram-Hub/LEGUP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added back CONTRIBUTING.md since it accidentally got deleted in a previous pull request
- Loading branch information
1 parent
fbe6267
commit 3cab05e
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Contributing | ||
Thank you for investing your time and contributing to Legup! In this guide, you will get an overview of the general principles you should follow when contributing to Legup. Legup is open source software, so anyone and everyone is welcome to contribute to this project. Some of the types of contributions accepted include, but aren't limited to, the following: | ||
- Developing and maintaining the code | ||
- Documentation | ||
- Testing | ||
|
||
## Guides | ||
Please refer to the following guides when contributing: | ||
- Legup Development Process | ||
- [Developer Setup Guide for First-Time Contributors](https://github.com/Bram-Hub/Legup/wiki/Developer-Setup-Guide) | ||
- [Programming Standards](https://github.com/Bram-Hub/Legup/wiki/Our-Programming-Standards) | ||
- [Suggestions for Getting Started](https://github.com/Bram-Hub/Legup/wiki/Some-Pointers-for-Getting-Started) |