Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 2.51 KB

CONTRIBUTING.md

File metadata and controls

68 lines (51 loc) · 2.51 KB

AUR Update Git

Updates AUR git packages on push

Contributing

It is great to have you here. Here are a few ways you can help make this project better!

Team Members

Contributing Index

Adding new features []

First of all, thank you for taking the time to contribute to this project! Here are the steps involved when making a contribution:

  • Make a fork of this repository
  • Clone the fork locally
  • Make the changes and additions desired to the cloned fork
  • Modify the CHANGELOG.md file, following its structure.
  • Modify the CITATION.cff file, updating its version number using Semantic Versioning
  • Add the following header to newly added code files:
: '
 @license AUR Update Git
 filename.ext

 Copyright (c) 2023, TheWisker.

 This source code is licensed under the GNU license found in the
 LICENSE file in the root directory of this source tree.
'
  • Add yourself or your organization to the CONTRIBUTORS.md file, following its structure.
  • Git add, commit, and push those changes.
  • Open a new pull request which will be usually reviewed in less than three days.

Other contributions []

You can even contribute by adding new enhancement and improvement ideas to the ideas discussion or lending someone a hand in the repository!

Author

TheWisker