princekhunt / privateping

PrivatePing is a secure messaging application built on Python's Django framework, providing end-to-end encryption for messages exchanged between users.
https://privateping.bytespot.tech
MIT License
124 stars 30 forks source link

Organizing merging of dev to main #38

Closed princekhunt closed 3 days ago

princekhunt commented 2 weeks ago

Dear @snipher-marube, Your contributions are really great, and I appreciate your work. However, there's an issue, your pull requests contain many changes that are unrelated to the PR description. This makes it difficult to merge all the committed files into the main branch. I need to filter and work on specific changes separately.

I would suggest to Stick to one feature or title per pull request. and Feel free to create multiple pull requests and branches if needed.

For example, in this PR, Fix Development Server Warnings and Enhance Project Configuration, change only the settings.

This separation will help everyone understand why a specific change was made.

Looking forward to your new fresh PRs, such as:

  1. Fix Development Server Warnings
  2. Make the Code DRY
  3. Admin Customization

Currently closing dev1.0 and dev branch unmerged, due to multiple conflicts.

snipher-marube commented 1 week ago

Am so sorry for that I will make sure to be specific to my PRs onwards as suggested. Thank you