From 05022acaa936ed01055136f94907b1a386f8dc0b Mon Sep 17 00:00:00 2001 From: Brian Beyer Date: Wed, 23 May 2018 17:41:15 -0600 Subject: [PATCH] add non-ruby alternatives --- CONTRIBUTIONS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index 0adfe5d0..944594b8 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -35,7 +35,7 @@ so you can get to work. bin/new-atomic.rb T1234 ``` - +> Don't have Ruby? Use the Atomic Test template [here](./atomic_red_team/atomic_test_template.yaml) as a starting point for your new test. Fill in the TODOs with the information for your test. See the [Atomic Test structure](#atomic-test-structure) section below. @@ -45,6 +45,8 @@ Validate that your Atomic Test is up to spec! bin/validate-atomics.rb ``` +> Don't have Ruby? The automated build system will validate the techniques on your branch as soon as you commit to your branch and push to your fork. + Submit a Pull Request once your test is complete and everything validates. ``` git add atomics/t1234