Skip to content

Latest commit

 

History

History
88 lines (69 loc) · 2.78 KB

contributing.md

File metadata and controls

88 lines (69 loc) · 2.78 KB

Contributing

You are at contribution.md

Get Started

  • Fork the project on GitHub
  • Clone the project
git clone https://github.com/gouri-panda/BudgetApp.git
  • Make/add your changes locally
  • Add and commit your changes
git add .
git commit -m "some changes"
  • Push to your forked repository
git push
  • Compare, look for conflicts and make your pull request

We will actively look for any pending pull request(s)

Issues


Issues are valuable

  • Point out any errors or any improvements which could be made
  • Pour in your ideas, they are source for contributions others can make
  • Be humble and request for any clarification needed
  • Its for the community, learn and help others

Thank you for creating issues!

Pull requests

They are the best way of getting your creative ideas into the project.

Before making a pull request ask yourself these

Do I have an authentic intention

You should be clear which problem you're trying to solve with your contribution.
Issue the problem that you have found, and the pull request shows the action you have taken to solve it.
Always comment and clarify your intention

Does the contribution brings the project closer to its goal

The aim of the repository is:

  • To improve and add features to the project to enhance usability and increase scalability.
  • To keep the basic concept of keeping track of daily budget and building smart solutions.
  • To provide the community with a basic html-js app template.
  • To improve the overall UI and user experience.

Does it follow the code of conduct

  1. Using a consistent coding style with the project
  2. Keeping the interest of FOSS
  3. Using welcoming and inclusive language
  4. Being respectful of differing viewpoints and experiences
  5. Focusing on what is best for the community



Contributors ✨

Thanks goes to these wonderful people for contributing!


Gouri Panda

Anurag Dalmia