Skip to content

How to contribute to any of my open source projects

License

Notifications You must be signed in to change notification settings

TGWolf/contributing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TGwolf
How to contribute

Build Status Release Software License

Overview

If you discover issues, have ideas for improvements or new features, please report them to the issue tracker of the repository or submit a pull request for the specific project.

Please, try to follow these guidelines when you do so.

Issue reporting

  • Check that the issue has not already been reported, if it has and you can provide additional information please feel free to do so.
  • Check that the issue has not already been fixed in the latest code.
  • Be clear, concise and precise in your description of the problem.
  • Open an issue with a descriptive title and complete all of the questions in grammatically correct, complete sentences. Add an additional information you think is relevant.
  • Specify which version you are running as this will help us when we attempt to replicate the issue.
  • Include any relevant code to the issue summary.

Feature requests

If you have an idea for a new feature or improvement that you would like to see, but you can't (or don't want to) make the change yourself to the code, then you can also log this by using the issue tracker.

Pull requests

We require ALL commits to be signed to ensure the identity of the developer, any pull requests that are made with unsigned commits will be rejected as a matter of course.

  • Read how to properly contribute to open source projects on GitHub.
  • Fork the project.
  • Use a topic/feature branch to easily amend a pull request later, if necessary.
  • Write good commit messages.
  • Use the same coding and documentation conventions as the rest of the project. If not your pull request might well be rejected.
  • Commit and push until you are happy with your contribution.
  • Make sure to add tests for it. This is important so we don't break it in a future version unintentionally.
  • Make sure that the code passes any existing tests cleanly.
  • Squash related commits together.
  • Open a pull request that relates to only one subject with a clear title and description in grammatically correct, complete sentences.

NOTE: We reserve the right to reject any pull requests that do not meet this requirements. We will however feedback on why pull requests were rejected.

Changelogs

We use caretaker to auto-generate all of our changelogs, so there is no need to update the CHANGELOG, in fact any changes will be automatically overwritten.

About

How to contribute to any of my open source projects

Resources

License

Stars

Watchers

Forks

Packages