Solution (#62): Scribe-Android Outreach 👋🚀#656
Conversation
Thank you for the pull request! 💙The Scribe-Android team will do our best to address your contribution as soon as we can. The following are some important points:
Note Scribe uses Conventional Comments in reviews to make sure that communication is as clear as possible. |
Maintainer ChecklistThe following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)
|
There was a problem hiding this comment.
First PR Commit Check
- The commit messages for the remote branch should be checked to make sure the contributor's email is set up correctly so that they receive credit for their contribution
- The contributor's name and icon in remote commits should be the same as what appears in the PR
- If there's a mismatch, the contributor needs to make sure that the email they use for GitHub matches what they have for
git config user.emailin their local Scribe-Android repo (can be set withgit config --global user.email "GITHUB_EMAIL")
|
Closing as this is doesn't solve the "issue" which is more of a discussion in a convenient place. Appears to be agentic with no reflection on the output. @TFGSUMIT, please consider the ramifications of how you choose to code. You've wasted the community's time and your own with this. Reading the issue and checking your results before sending them is the least that an open-source project can ask for, and you haven't even done that here. Coding is fun and you don't need AI to do it for you. Read the docs, do some tutorials, put in the work and solve interesting problems with your own problem solving skills that you develop along the way :) Cheers 👋 |
"PR: Implement Outreach Module for Scribe-Android App
This PR adds an outreach module to the Scribe-Android app, allowing users to post on social media, forums, and language institutions. The module is implemented using a modular approach, with separate classes for each outreach platform.
Changes:
Constantsclass for centralized outreach URLsOutreachManagerclass for managing posting logicOutreachSocialMedia,OutreachForums, andOutreachLanguageInstitutionsclasses for specific outreach platformsOutreachUtilsclass for accessing outreach URLsMainActivityto demonstrate usage of outreach moduleTesting:
./gradlew testto execute JUnit testsReview and merge when ready!"