Thanks for your interest in improving the LinkedIn Job Search URL Builder! This is a small, focused project and contributions are welcome.
Found something broken? Open an issue on GitHub. Please include steps to reproduce the problem and what browser you're using.
Have an idea? Open a feature request on GitHub. Describe the use case and why it would be useful.
- Fork the repo and create a branch from
main. - Make your changes.
- Test in at least one modern browser (Chrome, Firefox, or Safari).
- Open a pull request with a clear description of what you changed and why.
Keep PRs focused. This is a single HTML file, so even small changes can have a wide impact. If you're planning something large, open an issue first to discuss it.
- Vanilla JS only -- no frameworks, no libraries, no build step.
- Everything lives in a single HTML file (
index.html). CSS is in a<style>block, JS is in a<script>block. - Use clear, descriptive variable and function names.
- Keep things simple. If a feature can be done without adding complexity, do it that way.
- Maintain the existing formatting and indentation style.
If you're unsure about anything, open an issue on GitHub and ask. We're happy to help.