Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.75 KB

CONTRIBUTING.md

File metadata and controls

39 lines (31 loc) · 1.75 KB

Contributing

First Off , You are cool because you decided to do stuff like a legend!

The following is a set of guidelines for contributing to Instagram-Py

Table of Contents

Goal

To Make Instagram-Py a Stable brute force tool for Penetration Testers all over the world!

How Can I Contribute?

ℹ️ Remember to fill in the template. You will get the template whenever you open a new issue/pr.

Reporting bugs

  • Before reporting a bug, please do a quick search in the Issue Tracker.
  • If there are no duplicates then file a new issue.
  • Be sure to include a proper description and steps to reproduce the issue.

Suggesting enhancements/features

  • Before suggesting an enhancement/feature, please do a quick search in the Issue Tracker.
  • If there are no duplicates then file a new issue.
  • Be sure to include a proper description as well.

Pull Requests

  • Follow the styleguides as much as you can. Use autopep8 periodically to automatically indent.
  • Do not include issue numbers in the PR title.
  • Be sure to document your code. Without proper documentation your PR won't be accepted.
  • Run the tests once using autopep8 before submitting your PR.
  • Describe what your code does in the PR. A proper description is a must.
  • End all files with a newline.

Styleguides

Instagram-Py follows the PEP8 Style Guide , You can use autopep8 to do it automatically