Added links to Gitter chat room
parent
b61a1b4edb
commit
e5a32ac57d
|
@ -5,21 +5,10 @@
|
||||||
<!-- Misc: -->
|
<!-- Misc: -->
|
||||||
|
|
||||||
### Summary
|
### Summary
|
||||||
<!-- If you're describing a bug, tell us what's wrong -->
|
|
||||||
<!-- If you're suggesting a change/improvement, tell us what it is and how it should work -->
|
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
<!-- If describing a bug, tell us what happens instead of the expected behavior -->
|
<!-- If describing a bug, tell us what happens instead of the expected behavior -->
|
||||||
<!-- Include a link that triggers the bug if possible -->
|
<!-- Include a link that triggers the bug if possible -->
|
||||||
<!-- If you are requesting a new operation, include example input and output -->
|
<!-- If you are requesting a new operation, include example input and output -->
|
||||||
|
|
||||||
### Possible solutions
|
|
||||||
<!-- Not obligatory, but suggest a fix/reason for the bug, or ideas for how to -->
|
|
||||||
<!-- implement the addition or change, including links to relevant resources -->
|
|
||||||
|
|
||||||
### Environment
|
|
||||||
<!-- Include any relevant details about the environment you experienced the bug in -->
|
|
||||||
<!-- This information is displayed in the About/Support pane -->
|
|
||||||
* CyberChef compile time:
|
|
||||||
* User-Agent:
|
|
||||||
* [Link to reproduce]()
|
|
||||||
|
|
|
@ -39,4 +39,10 @@ deploy:
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
branch: master
|
branch: master
|
||||||
|
notifications:
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://webhooks.gitter.im/e/83c143a6822e218d5b34
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
on_start: never
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
[![npm](http://img.shields.io/npm/v/cyberchef.svg)](https://www.npmjs.com/package/cyberchef)
|
[![npm](http://img.shields.io/npm/v/cyberchef.svg)](https://www.npmjs.com/package/cyberchef)
|
||||||
![](https://reposs.herokuapp.com/?path=gchq/CyberChef&color=blue)
|
![](https://reposs.herokuapp.com/?path=gchq/CyberChef&color=blue)
|
||||||
[![](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/gchq/CyberChef/blob/master/LICENSE)
|
[![](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/gchq/CyberChef/blob/master/LICENSE)
|
||||||
|
[![Gitter](https://badges.gitter.im/gchq/CyberChef.svg)](https://gitter.im/gchq/CyberChef?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
|
|
||||||
|
|
||||||
#### *The Cyber Swiss Army Knife*
|
#### *The Cyber Swiss Army Knife*
|
||||||
|
|
||||||
|
|
|
@ -380,6 +380,11 @@
|
||||||
</p>
|
</p>
|
||||||
<p>© Crown Copyright 2016.</p>
|
<p>© Crown Copyright 2016.</p>
|
||||||
<p>Released under the Apache Licence, Version 2.0.</p>
|
<p>Released under the Apache Licence, Version 2.0.</p>
|
||||||
|
<p>
|
||||||
|
<a href="https://gitter.im/gchq/CyberChef">
|
||||||
|
<img src="https://badges.gitter.im/gchq/CyberChef.svg">
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue