[BUG] "Today's Focus" goal is stored only in localStorage — lost on new device, incognito, or browser clear #1794
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Welcome first-time contributors | |
| permissions: | |
| pull-requests: write | |
| issues: write | |
| on: | |
| pull_request_target: | |
| types: [opened] | |
| issues: | |
| types: [opened] | |
| jobs: | |
| welcome: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/first-interaction@v1 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| issue-message: | | |
| Thanks for opening your first issue on DevTrack! 🎉 | |
| A maintainer will take a look shortly. In the meantime: | |
| - Check the [Contributing guide](https://github.com/Priyanshu-byte-coder/devtrack/blob/main/CONTRIBUTING.md) if you are planning to work on this | |
| - Browse [Discussions](https://github.com/Priyanshu-byte-coder/devtrack/discussions) for Q&A and ideas | |
| - Look for [`good first issue`](https://github.com/Priyanshu-byte-coder/devtrack/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) if you want somewhere to start | |
| If you find DevTrack useful, a ⭐ [star on the repo](https://github.com/Priyanshu-byte-coder/devtrack) is always appreciated — it helps the project reach more developers! | |
| pr-message: | | |
| Thanks for your first PR on DevTrack! 🎉 | |
| A maintainer will review it within 48 hours. While you wait: | |
| - Make sure CI is passing (type-check + lint) | |
| - Double-check the PR description is filled out and the issue is linked | |
| - Feel free to ask questions in [Discussions](https://github.com/Priyanshu-byte-coder/devtrack/discussions/categories/q-a) if you need help | |
| If you find DevTrack useful, a ⭐ [star on the repo](https://github.com/Priyanshu-byte-coder/devtrack) is always appreciated — it helps the project grow and attract more contributors! |