Skip to content

Commit

Permalink
Slight updates to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgrove42 committed Oct 3, 2024
1 parent f993ede commit e82581e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This project aims to develop a mobile application that tackles food waste and fo
Our vision is to create a platform that fosters a strong community network by connecting surplus food sources with those in need. By facilitating food donation, reduced prices, and efficient food access, we strive to:

- Reduce food waste and its associated environmental and economic impacts.
Combat food insecurity by providing access to nutritious food for underserved communities.
- Combat food insecurity by providing access to nutritious food for underserved communities.
- Promote sustainability within the food system by encouraging resourcefulness and reducing waste.
- Cultivate a culture of community care by enabling businesses, individuals, and organizations to contribute to a more equitable and food-secure society.

Expand Down Expand Up @@ -106,13 +106,12 @@ Our vision is to create a platform that fosters a strong community network by co
- Do not resolve conversations you did not create. All conversations should be resolved before merging
- If your change after opening the Pull Request greatly modified your code, you should request a re-review
- All tests and lints should pass before merging
- Only the developer who opened the Pull Request should merge the Pull Request
- Always use `Squash and merge` to keep the commit history clean
- Delete branch after merging to keep the branch tree clean

## Linting

## Linting

This project uses `pylint` for linting and formatting Python files and `djlint` for HTML templates. To run linting locally:

```bash
Expand Down

0 comments on commit e82581e

Please sign in to comment.