Conversation
|
Hi @khipp I'm not sure if it's the right place to discuss this. Can you suggest me any issues/method by which I can better understand brew and actively contribute, and even take up enhancements in the long term? |
|
Thank you, @AvinashSubhash! Please ensure that the app can both check for updates and install them automatically. Some apps only report whether a new version is available but still require the user to manually download and replace the app from the website. |
Yes, I am checking for that. In the case for beamer, on clicking the "Check for Updates", it is trying to update the app if the version is not latest. |
The documentation is the best place to start. CONTRIBUTING.md links to the relevant sections. |
|
Okay, Thanks! |

Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>is error-free.brew style --fix <cask>reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.