Skip to content

Commit

Permalink
(no bug) Update contribute links, and gitignore (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
emceeaich authored Mar 22, 2024
1 parent 1a91fee commit f3626a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/local/*
/logs/*
/template/en/custom
/docs/doctrees
/docs/en/rst/extensions/*
/docs/en/rst/api/extensions/*
/docs/en/html
Expand Down
27 changes: 11 additions & 16 deletions contribute.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "bugzilla.mozilla.org (BMO)",
"description": "Bugzilla based bug tracking system used by various Mozilla projects.",
"name": "Bugzilla Harmony",
"description": "The software solution designed to drive software development, which lets you plan, organize and release software on your own teams' schedule.",
"repository": {
"url": "https://github.com/mozilla-bteam/bmo",
"url": "https://github.com/bugzilla/harmony",
"license": "MPL2",
"type": "git",
"clone": "https://github.com/mozilla-bteam/bmo.git",
"tests": "https://treeherder.mozilla.org/#/jobs?repo=bmo-master"
},
"clone": "https://github.com/bugzilla/harmony.git",
"tests": "https://github.com/bugzilla/harmony/actions"
},
"keywords": [
"CSS",
"HTML",
Expand All @@ -17,17 +17,12 @@
"jQuery"
],
"participate": {
"home": "https://wiki.mozilla.org/BMO",
"docs": "https://bmo.readthedocs.io"
"home": "https://bugzilla.org",
"docs": "https://bugzilla.readthedocs.io"
},
"bugs": {
"list": "https://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&product=bugzilla.mozilla.org",
"report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=bugzilla.mozilla.org",
"mentored": "https://bugzilla.mozilla.org/buglist.cgi?f1=bug_mentor&o1=isnotempty&bug_status=NEW&product=bugzilla.mozilla.org"
},
"urls": {
"prod": "https://bugzilla.mozilla.org",
"stage": "https://bugzilla.allizom.org",
"dev": "https://bugzilla-dev.allizom.org"
"list": "https://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&product=Bugzilla",
"report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla",
"mentored": "https://bugzilla.mozilla.org/buglist.cgi?f1=bug_mentor&o1=isnotempty&bug_status=NEW&product=Bugzilla"
}
}
4 changes: 2 additions & 2 deletions docs/en/rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
----------
This documentation undoubtedly has bugs; if you find some, please file
them `here <https://bugzilla.mozilla.org/enter_bug.cgi?product=bugzilla.mozilla.org&component=Documentation>`_.
To report bugs in and suggest updates for this documentation, please file
them `on our bug tracker <https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation>`_.
"""

# -- Options for HTML output ---------------------------------------------------
Expand Down

0 comments on commit f3626a8

Please sign in to comment.