Git Product home page Git Product logo

bodegamap-collab's Introduction

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 😊

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.