You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-8
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,19 @@ CFPB's internal chat bot built on [Hubot](http://hubot.github.com).
16
16
17
17
## Contributing
18
18
19
-
Please read our general [contributing guidelines](CONTRIBUTING.md). To add functionality to CFPBot, first check the [hubot-scripts](https://github.com/github/hubot-scripts#hubot-scripts) organization for community-created scripts. These scripts can be loaded by adding their filename to [hubot-scripts.json](hubot-scripts.json).
19
+
Please read our general [contributing guidelines](CONTRIBUTING.md).
20
+
To add functionality to CFPBot, first check the [hubot-scripts](https://github.com/github/hubot-scripts#hubot-scripts)
21
+
organization for community-created scripts.
22
+
These scripts can be loaded by adding their filename to [hubot-scripts.json](hubot-scripts.json).
20
23
21
-
If you wish to write new scripts, fork this repo and add them to the `scripts` directory. Submit a pull request and they will be reviewed. If a new script requires environment variables, please make note of them in our internal documentation.
24
+
If you wish to write new scripts, fork this repo and add them to the `scripts` directory.
25
+
Submit a pull request and they will be reviewed.
26
+
If a new script requires environment variables, please make note of them in our internal documentation.
27
+
Add your changes to the [changelog](CHANGELOG.md) and bump the version accordingly.
22
28
23
-
**IMPORTANT:** All git commits to this repo should have messages consisting of a single [emoji code](http://www.emoji-cheat-sheet.com/). Please select an emoji that is most applicable to the edits you have made to the codebase. PRs that fail to comply with this request will be rejected.
29
+
**IMPORTANT:** All git commits to this repo should have messages consisting of a single [emoji code](http://www.emoji-cheat-sheet.com/).
30
+
Please select an emoji that is most applicable to the edits you have made to the codebase.
31
+
PRs that fail to comply with this request will be rejected.
0 commit comments