Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
61 lines (42 loc) · 1.43 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
61 lines (42 loc) · 1.43 KB

Contributing

We accept pull requests for bug fixes and features where we've discussed the approach in an issue and given the go-ahead for a community member to work on it. We'd also love to hear about ideas for new features as issues or discussions.

To Contribute do:

  • Open an issue if you got a problem or an error.
  • Open an issue to propose a significant change.
  • Open a pull request to fix a bug.
  • Open a pull request to fix documentation about any command.
  • Open a pull request for any issue labelled help wanted or good first issue.

Build Secman

Prerequisites:

  • go version >= 17.
  • npm version >= 8.0.0.
  • yarn is installed.
  • task is installed.

Clone secman repo

# GitHub CLI
$ gh repo clone scmn-dev/secman

# Git
$ git clone https://github.com/scmn-dev/secman

Change directory to secman repo

$ cd secman

Build secman

  • run task bfs to build secman cli.
$ task bfs

Check secman

$ secman version

Create or submitting a pull request

  1. Create a new branch: git checkout -b my-new-branch-name
  2. Make sure your changes and new fixes are without errors and bugs.
  3. Create pull request at https://github.com/scmn-dev/secman/pulls