-
-
Notifications
You must be signed in to change notification settings - Fork 65
Separate Branches for Development and Production.聽#77
Copy link
Copy link
Open
Labels
help wanted 馃檶Extra attention is neededExtra attention is neededsuggestions 馃挱Add this when an issue needs to be discussed or you are providing any "suggestions".Add this when an issue needs to be discussed or you are providing any "suggestions".
Description
Metadata
Metadata
Assignees
Labels
help wanted 馃檶Extra attention is neededExtra attention is neededsuggestions 馃挱Add this when an issue needs to be discussed or you are providing any "suggestions".Add this when an issue needs to be discussed or you are providing any "suggestions".
Is your feature request related to a problem? Please describe:
Currently, all changes are being made to the master branch. Setting up is also an issue for new contributors.
Describe the solution you'd like:
A separate branch for development and production.
Additional context:
#52 seems related. Updates to
CONTRIBUTING.mdandREADME.mdmay be required.