Skip to content

Here's what's popular on GitHub today...

Trending repository

Arriven
Arriven commented Mar 5, 2022

As new PRs come in the docs start to be a little chaotic. I think it's important to make the structure clearer to enable faster contributions.

I'm thinking about the following structure:

  • README.md - general info about the repository, links to docs/new-users.md and docs/technical-users.md should be in the beginning
  • docs/ - folder for all the other READMEs that don't belong to any other s
WordPlate logo

Popular topic

WordPlate is a modern WordPress stack which simplifies WordPress development.
GitHub Constellation India 2022

Upcoming event recommended by GitHub

Mar
22

GitHub Constellation India 2022

March 22, 2022 - March 24, 2022 • Virtual

Join us for two days of exclusive events focused on how code is empowering India.

Trending repository

Cloud 66 for Rails  screenshot

App recommended by GitHub

Cloud 66 for Rails

Cloud 66 for Rails allows you to build, manage and maintain your Rails applications that can be deployed to any cloud provider or to your own server. Cloud 66 for Rails helps you scale your database with master-slave replication, without having to make any configuration changes. You can add back-ups, load balancers and de-commission servers with a single click. Popular Rails and Rack frameworks available.

tauri

Trending repository

kornelski
kornelski commented Aug 14, 2021

Is your feature request related to a problem? Please describe.
I've set up a new tauri project following docs on tauri.studio, and my newly-generated app had bundle.identifier set to com.tauri.dev.

For macOS apps (and probably other OSes) this identifier has to be globally unique for every app. It can be problematic when developers forget to customize it. An existing example tauri app

Trending repository

josecarlosweb
josecarlosweb commented Oct 15, 2021

What about create a design pattern directory with the most popular design patterns examples?
We can create some rules like: have to be an explanation about the design pattern, the structure and one real world example.
The directory can be:

(folder) Design Patterns
-- (folder) Abstract Factory
-- -- AbstractFactory.js
-- -- AbstractFactoryTest.js
-- -- REAME.md

I can send some :