Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 2.67 KB

CONTRIBUTING.md

File metadata and controls

56 lines (46 loc) · 2.67 KB
                Contributing to Tech-Hub projects

============================================================================== :+1::yipyip: First off, thanks for taking the time here! :yipyip::+1:
If you'd like to report a bug or join in the development of Tech-Hub to contribute code via pull requests, then here are some notes on how to do so.

Reporting bugs and opening issues


If you'd like a report a bug or open an issue then please:

Check if there is an existing issue. If there is then please add any more information that you have, or give it a 👍.

When submitting an issue please describe the issue as clearly as possible, including how to reproduce the bug, which situations it appears in, what you expected to happen, and what actually happens. If you can include a screenshot for front end issues that is very helpful.

Coding Guidelines


Pull Requests


We love PR, so be bold with them! Don't be afraid of going ahead and changing something, or adding a new feature. We're very happy to work with you to get your changes merged into any of our projects.

If you've got an idea for a change then please discuss it in the open first, either by opening an issue, or by joining us in our [Telegram Page] (|Telegram) or inbox the admins there [Telegram]. If no one is online[Expect it] then you can still leave a message that will hopefully get a reply when we return.

Git Commit Messages


  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Limit the first line to 72 characters or less
  • Reference issues and pull requests liberally
  • When only changing documentation, include [ci skip] in the commit description
  • Consider starting the commit message with an applicable emoji:
    • 🎨 :art: when improving the format/structure of the code
    • 🐎 :racehorse: when improving performance
    • 🚱 :non-potable_water: when plugging memory leaks
    • 📝 :memo: when writing docs
    • 🐛 :bug: when fixing a bug
    • 🔥 :fire: when removing code or files
    • 💚 :green_heart: when fixing the CI build
    • :white_check_mark: when adding tests
    • 🔒 :lock: when dealing with security
    • ⬆️ :arrow_up: when upgrading dependencies
    • ⬇️ :arrow_down: when downgrading dependencies
    • 👕 :shirt: when removing linter warnings

***For more see Contributers file.