Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 534 Bytes

File metadata and controls

12 lines (7 loc) · 534 Bytes

Contributing to FireNoti

We welcome contributions to the FireNoti project! If you'd like to contribute, please follow these guidelines:

How to Contribute

  1. Fork the Repository: Click the "Fork" button at the top right of the repository page to create your own copy of the repository.

  2. Create a Branch: Create a new branch for your feature or bug fix. It's best practice to name your branch something descriptive, like feature/add-notification-sound.

    git checkout -b feature/add-notification-sound