UNPKG

if-follow-package

Version:

if-follow-package is a JavaScript library that provides APIs for managing followers and followings on GitHub. This package allows you to find users who are not following you back, find users who are following you back, unfollow users who are not following

74 lines (48 loc) 2.14 kB
## Contributing Guidelines for if-follow-package Thank you for considering contributing to if-follow-package! 🚀 ### Table of Contents 1. [Code of Conduct](#code-of-conduct) 2. [How to Contribute](#how-to-contribute) - [Reporting Bugs](#reporting-bugs) - [Feature Requests](#feature-requests) - [Pull Requests](#pull-requests) 3. [Development Setup](#development-setup) 4. [Coding Guidelines](#coding-guidelines) 5. [Testing](#testing) 6. [Versioning](#versioning) 7. [Community](#community) #### Code of Conduct Please read and adhere to our Code of Conduct [available here](CODE_OF_CONDUCT.md). #### How to Contribute ##### Reporting Bugs If you encounter a bug, please open an issue with the following details: - A clear and concise title. - A detailed description of the bug, including steps to reproduce. - The expected behavior and the actual behavior. ##### Feature Requests If you have an idea for a new feature, feel free to open an issue with the following details: - A clear and concise title. - A detailed description of the proposed feature. ##### Pull Requests 1. Fork the repository and create a new branch(or make changes on same branch). 2. Make your changes and ensure the code follows our coding guidelines. 3. Write tests to cover your changes. 4. Ensure the existing tests pass. 5. Open a pull request with a clear title and description of your changes. #### Development Setup To set up your development environment, follow these steps: 1. Clone the repository. 2. Install dependencies using `npm install`. 3. Make your changes. ##### Coding Guidelines Please follow the coding guidelines outlined in the documentation [available here](./README.md#best-practices). ##### Testing Run tests using the following command: ```bash npm test ``` ##### Versioning Follow Semantic Versioning (SemVer) when making version changes. ##### Community Join our discussions in the [GitHub Discussions](https://github.com/farhan7reza7/if-follow-package/discussions) to engage with the community and get help. Happy coding! 🎉