Skip to content

Commit 43df790

Browse files
committed
👷
1 parent 88326d1 commit 43df790

File tree

5 files changed

+24
-13
lines changed

5 files changed

+24
-13
lines changed

.env.sample

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ export HUBOT_TWITTER_MENTION_QUERY=""
1414
export HUBOT_TWITTER_MENTION_ROOM=""
1515
export HUBOT_STANDUP_COPY_ROOM=""
1616
export HUBOT_JANKY_URL=""
17-
export HUBOT_GOOGLE_HANGOUTS_DOMAIN=""
17+
export HUBOT_GOOGLE_HANGOUTS_DOMAIN=""
18+

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
All notable changes to this project will be documented in this file.
2+
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.
3+
4+
## 0.1.0 - 2015-05-22
5+
6+
### Added
7+
- :rocket:
8+

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,19 @@ CFPB's internal chat bot built on [Hubot](http://hubot.github.com).
1616

1717
## Contributing
1818

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).
2023

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.
2228

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.
2432

2533
### Running CFPBot Locally
2634

@@ -137,8 +145,3 @@ repo.
137145
2. [LICENSE](LICENSE)
138146
3. [CFPB Source Code Policy](https://github.com/cfpb/source-code-policy/)
139147

140-
## Credits and references
141-
142-
1. Projects that inspired you
143-
2. Related projects
144-
3. Books, papers, talks, or other sources that have meaniginful impact or influence on this project

TERMS.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,5 @@ author or the affirmer.
4747

4848
## Exceptions
4949

50-
_Source code or other assets that are excluded from the TERMS should be listed
51-
here. These may include dependencies that may be licensed differently or are
52-
not in the public domain._
50+
- [Hubot](https://hubot.github.com/)
51+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cfpbot",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"author": "CFPB <[email protected]>",
66
"description": "CFPB's chat bot",

0 commit comments

Comments
 (0)