Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(contribution-guideline): Update contribution guidelines #4

Merged
merged 7 commits into from
Nov 6, 2023

Commits on Nov 6, 2023

  1. docs(contribution-guideline): Update contribution guidelines

    This commit updates the contribution guideline document for the project. The document now requires contributors to agree to distribute their work under the GNU GENERAL PUBLIC LICENSE. Additionally, it encourages improving comments, writing tests, and allows contributions of varying complexity.
    
    The changes ensure that contributors are aware of the licensing requirements and provide clear guidelines for their contributions.
    
    Signed-off-by: Rodney Osodo <[email protected]>
    rodneyosodo committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6061d91 View commit details
    Browse the repository at this point in the history
  2. feat(git): Add new files, feature request template, code changes, pul…

    …l request guidelines, and spell check workflow script
    
    - Added new files to directory
    - Included code snippet for feature request template
    - Made code changes in two files
    - Provided guidelines for creating pull requests
    - Added script for Flutter project with spell check workflow
    
    Signed-off-by: Rodney Osodo <[email protected]>
    rodneyosodo committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3f8dc8f View commit details
    Browse the repository at this point in the history
  3. style(mobile-app): Improve visibility and usability of buttons and icons

    The appearance of buttons and icons in the mobile application's control panel and home page has been modified to enhance visibility and improve usability. This change aims to make it easier for users to interact with the application.
    
    A test has also been added to verify the functionality of the counter increment in the application.
    
    No further details provided in the Git diff.
    
    Signed-off-by: Rodney Osodo <[email protected]>
    rodneyosodo committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7ed3003 View commit details
    Browse the repository at this point in the history
  4. docs(SECURITY.md): Add security policy

    Added a new file SECURITY.md that provides information on how to report security vulnerabilities in the nairobi-traffic-pcb project. The file includes instructions on reporting vulnerabilities through GitHub issues and provides guidelines on the information to include in the report. This will help users and contributors to responsibly disclose security issues and ensure prompt response and resolution.
    
    Signed-off-by: Rodney Osodo <[email protected]>
    rodneyosodo committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b3c09b4 View commit details
    Browse the repository at this point in the history
  5. docs(support): Add SUPPORT.md file

    This commit adds a new SUPPORT.md file to provide guidelines and insights on where to find assistance with the nairobi-traffic-pcb projects. The file includes information on formulating questions, conducting searches, providing relevant code samples, and the importance of investing effort in framing questions effectively. It also includes a note to read the code of conduct before participating in the community.
    
    The purpose of this commit is to improve the documentation and support resources for the project.
    
    Signed-off-by: Rodney Osodo <[email protected]>
    rodneyosodo committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5f28022 View commit details
    Browse the repository at this point in the history
  6. chore(ci): Update project directory in CI workflow

    Updated the project directory path in the CI workflow to the correct location for the Flutter project. Previously, it was set to "nairobi-traffic-pcb" but it should be "mobile/nairobitrafficpcb" to match the actual project structure.
    
    Signed-off-by: Rodney Osodo <[email protected]>
    rodneyosodo committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    470ec81 View commit details
    Browse the repository at this point in the history
  7. chore(spell-check): update actions-codespell version

    Updated the version of actions-codespell from master to v2 in the spell-check workflow.
    
    Signed-off-by: Rodney Osodo <[email protected]>
    rodneyosodo committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1d4a506 View commit details
    Browse the repository at this point in the history