Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.31 KB

Contributing Guidelines.md

File metadata and controls

34 lines (23 loc) · 1.31 KB

Contribution Guidelines

Thanks for taking the time to contribute! ❤️

The following is a set of guidelines for contributing to Face Recognition Attendance System. These are the guidelines, not rules.

Intro

This project is build on top of Python 3. It is my junior design project on my university course.

Community

  • If you have any questions regarding zulip-electron, open an issue.

Issue

Ensure the bug was not already reported by searching on GitHub under issues. If you're unable to find an open issue addressing the bug, open a new issue.

Write detailed information

Detailed information is very helpful to understand an issue.

For example:

  • How to reproduce the issue, step-by-step.
  • The expected behavior (or what is wrong).
  • Screenshots for issues.
  • The operating system.

Pull Requests

Pull Requests are always welcome.

  1. When you edit the code, please run npm run test to check the formatting of your code before you git commit.
  2. Ensure the PR description clearly describes the problem and solution. It should include:
  • The operating system on which you tested.
  • The FRAS version on which you tested.
  • The relevant issue number, if applicable.