VerzatileDevOrg / Programming_HandBook

The Programmer's Handbook is an open source initiative to collect, archive, and localize all programming knowledge in one collective space.
https://verzatiledevorg.github.io/Programming_HandBook/
MIT License
7 stars 5 forks source link

[Feature] - Introduce a development Branch #100

Closed VerzatileDev closed 3 months ago

VerzatileDev commented 3 months ago

Description:

The idea of the Branch is to limit the pushes in " Main ", and introduce new additions within a second layer branch instead, which would help avoid spam, and data usage of the website's repository and provide a future showcase with pre-built website versions for offline use.

The following would additionally aid in writing the Merges into " Main " with a prefixed value of the version that the website uses. at its current state.

Proposed Solution:

Make a new Branch and enforce that new pull requests would first go through the "Development" Branch where they can then be added to the " Main " Branch.

Alternatives:

Notes:

VerzatileDev commented 3 months ago

Changes

Notice

Lets f.. around and find out shall we :)