We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0effdff commit f94c3ceCopy full SHA for f94c3ce
lib/errbit_github_plugin/issue_tracker.rb
@@ -7,10 +7,10 @@ class IssueTracker < ErrbitPlugin::IssueTracker
7
8
LABEL = 'github'
9
10
- NOTE = 'Please configure your github repository in the <strong>GITHUB ' <<
11
- 'REPO</strong> field above.<br/> Instead of providing your ' <<
12
- 'username & password, you can link your Github account to your ' <<
13
- 'user profile, and allow Errbit to create issues using your ' <<
+ NOTE = 'Please configure your github repository in the <strong>GITHUB ' \
+ 'REPO</strong> field above.<br/> Instead of providing your ' \
+ 'username & password, you can link your Github account to your ' \
+ 'user profile, and allow Errbit to create issues using your ' \
14
'OAuth token.'
15
16
FIELDS = {
0 commit comments