#License Copyright 2015 - 2016 EnsageSharp EnsageSharp/Common is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Free Software Foundation, either version 3 of the License, or at your option) any later version.
EnsageSharp/Common is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with EnsageSharp/Common. If not, see http://www.gnu.org/licenses/
#Contributing Want to contribute? Heres a guide on how to push a pull request:
- Fork and clone EnsageSharp.Common
git clone [email protected]:EnsageSharp/Ensage.Common.git
- Push to your fork, and submit a Pull Request
Here are some tips to get your pull request accepted.
- Test your code.
- Follow C# Coding Conventions.
- Write a good commit message, that briefly explains the changes you made.
- Try your best not to spam commit messages.
Now after this, we will review the changes, ask you to change certain things if nessesary, and then accept/deny the pull request.