Skip to content

tmlmt/bodegamap-collab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bodega Map - Collaboration

Introduction

This repository is meant as a collaboration platform for the Bodega Map. The Bodega Map is a web application mapping the traditional Danish pubs / locals in the Copenhagen Area, with functionalities for registered users.

image

Changelog

See corresponding wiki page

How to collaborate

Found an issue with the website? 🐛

Check that it is not already listed in the issues list. If not, create a new one!

Want to suggest updated metadata 🗃️ or submit a picture 📷 for some bodega?

Register as a user and you will be able to add / edit bodegas, and add pictures. Read more in the list of functionalities on this wiki page.

Have an idea? 💡

Open a discussion first in the Ideas category 😊

Want to translate in another language or a local dialect?

Currently, the website has Danish 🇩🇰, English 🇺🇸/🇬🇧 and Spanish 🇪🇦 translations, but it is structured so that adding new languages is really easy. There are two ways you can contribute:

1. Indirect contribution by suggesting via a message, or if in doubt

Write a message with your suggestions (corrections, clarification on how to help, wish for a specific translation, etc.) in the Discussions area.

2. Direct contribution via a git pull request

If you'd like to make direct contributions to this repository and you are comfortable using git (we can also help you if you message us), please follow this procedure:

  • On Github:
  • On your machine, in a terminal:
    • Install git (see official doc)
    • Clone your fork-repository (git clone https://github.com/<your_username>/<repository_name>.git)
    • Create a new branch (git branch <branch_name>), replacing <branch_name> by whatever you like
    • Make your contribution using your favorite IDE or text editor:
      • If you want to suggest a correction to an already existing language, make that modification in the corresponding file
      • If you want to suggest a translation into a new language, copy one of the existing ones (e.g. locales/en.yaml), rename it with the corresponding ISO 639-1 language code (e.g. locale/fi.yaml) and translate all value strings. It is the values that need to be translated (right side of ":"), not the keys (left side of ":"). Refer to the english version to double-check the context.
    • Commit your changes (git commit -am "<message>" with a descriptive <message> of less than 50 characters)
    • Push your change (git push)
  • Back to Github:
    • Create a pull request to this repo: see official doc or simply click on the suggested button when you go back to your fork repository on Github)

We will look at your request as soon as possible. This is the quickest way to implement a change, and the easiest for us.

Rules

Please use English in your communication, so that we enable as many as possible to participate. All issues will be treated in English. There is however a specific discussion category for discussions in Danish 😊

About

Collaboration repository for the Bodega Map

Resources

License

Stars

Watchers

Forks