farmOS / field-kit

A modular, offline-first companion app to farmOS.
https://farmOS.org
GNU General Public License v3.0
62 stars 39 forks source link

DOC: README: clearly link to FarmOS.app #510

Closed westurner closed 2 years ago

westurner commented 2 years ago

https://farmos.app/ is which branch of the PWA frontend client app


https://github.com/hemanth/awesome-pwa

jgaehring commented 2 years ago

farmos.app uses the deploy branch, which is always set to the most recent tagged release version.

westurner commented 2 years ago

FWIW, Gitflow and Hubflow have a develop branch but release/ branches fork from develop which should never be failing tests because that's what feature/ and hotfix/ branches and Pull Requests are for: https://wrdrd.github.io/docs/tools/index#hubflow

https://github.com/westurner/dotfiles/blob/develop/scripts/git-flow-versiontag.sh :

function git_flow_versiontag_status {
  (set -x; git config --show-origin --get-regexp '\w*flow.prefix.versiontag')
}

function set_gitflow_versiontag {
  (set -x; git config --replace-all gitflow.prefix.versiontag v)
}

function set_hubflow_versiontag {
  (set -x; git config --replace-all hubflow.prefix.versiontag v)
}
jgaehring commented 2 years ago

Hi @westurner. That is interesting about Gitflow and Hubflow; however, we're not seeking to make substantive changes to our workflow right now.

Are you looking to build your GitHub profile? If so, I recommend being more mindful of how you propose changes in projects like this. I see you have opened several issues in other projects, similarly to this one, and they all seem to lack any clear explanation of the problem you are proposing to solve. They also don't look like you've made a sincere attempt to familiarize yourself with the projects before opening an issue. Such activity will not only waste the time of those projects' maintainers, but will also reflect poorly on your portfolio as an open source contributor. Contributions from volunteers, especially those eager to gain experience, are welcome here, but behavior like that is unhelpful, and will be reported as spam if it persists.

I will lock this issue now, but if you genuinely wish to contribute to this project in the future, I encourage you to take a little more time reading through the project history, reviewing the farmos.org website, and introducing yourself on the farmOS forum if you have more general interests and curiosity.

Thanks for understanding, and best of luck to you in your studies!