Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.47 KB

File metadata and controls

32 lines (20 loc) · 1.47 KB

Contributing

Thanks for your interest in improving the LinkedIn Job Search URL Builder! This is a small, focused project and contributions are welcome.

Reporting Bugs

Found something broken? Open an issue on GitHub. Please include steps to reproduce the problem and what browser you're using.

Suggesting Features

Have an idea? Open a feature request on GitHub. Describe the use case and why it would be useful.

Submitting PRs

  1. Fork the repo and create a branch from main.
  2. Make your changes.
  3. Test in at least one modern browser (Chrome, Firefox, or Safari).
  4. 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.

Code Style

  • 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.

Questions?

If you're unsure about anything, open an issue on GitHub and ask. We're happy to help.