Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 1.55 KB

Contributing to Flutter Interview Questions

Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved.

Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project.

Using the issue tracker

The issue tracker is the preferred channel for spelling mistakes, errors or any general feedback. Please respect the following restrictions:

  • Please do not derail or troll issues. Keep the discussion on topic and respect the opinions of others.

  • Please do not open issues or pull requests that involve including answers to any of the questions.

Pull requests

Please adhere to the coding conventions used throughout the project (spelling, indentation, punctuation etc.).

Adhering to the following process is the best way to get your work included in the project:

  1. Do not commit on README, use SOURCE.md
  2. Open a Pull Request with a clear title and description.
  3. Check previous suggestions before making a new one, as yours may be a duplicate.
  4. Use the following format:[ * Interview Question?]
  5. Check your spelling and grammar.
  6. Make sure your text editor is set to remove trailing whitespace.

IMPORTANT: By submitting patches, you agree to allow the project owners to license your work under the terms of the MIT License.