From e0b5601bf82ba4f4ee3acbb8f656e276ed8526da Mon Sep 17 00:00:00 2001 From: AutoCoder Bot Date: Thu, 2 Jan 2025 13:11:36 +0530 Subject: [PATCH] Iteration 1 --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f400d6d..bcefbe1 100644 --- a/README.md +++ b/README.md @@ -156,9 +156,26 @@ jobs: release: name: policy-scan runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 +3. Install the `slauth` CLI globally: `npm install -g .` +4. Compile tsc on file change: `npm run build-watch` +5. Test it, `slauth -h` should work + +## Contributing + +We welcome contributions from the community! Here's how you can help: + +### For First-Time Contributors +- Look for issues labeled with 'low-hanging-fruit' - these are perfect for getting started +- These issues are specifically selected to be more approachable for new contributors + +### How to Contribute +1. Fork the repository +2. Create a new branch for your feature or bug fix +3. Make your changes +4. Submit a pull request with a clear description of the changes + +Please ensure you follow our coding standards and include appropriate tests if applicable. + with: fetch-depth: 0 - name: Setup Node.js