]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
(no bug) Update contribute links, and gitignore (#108)
authorEmma Humphries <emceeaich@users.noreply.github.com>
Fri, 22 Mar 2024 07:04:05 +0000 (00:04 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Mar 2024 07:04:05 +0000 (03:04 -0400)
.gitignore
contribute.json
docs/en/rst/conf.py

index 41cfc2549d933f4cbda540e023bef98c9239606d..a89f677c1a9b4c635555a7ebad68bf7018e8b357 100644 (file)
@@ -7,6 +7,7 @@
 /local/*
 /logs/*
 /template/en/custom
+/docs/doctrees
 /docs/en/rst/extensions/*
 /docs/en/rst/api/extensions/*
 /docs/en/html
index dd0f8698fc782b5acd49d9b10684ae944005ce60..294c424b997ee44325c0e6cdb4ebb4d33e3748a5 100644 (file)
@@ -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",
         "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"
     }
 }
index 075f13ace227a8351678c96e023df2cf93be25dd..1432bce301c41a3380bd3ace5e64307e8d86ab7e 100644 (file)
@@ -120,8 +120,8 @@ rst_epilog = """
 
 ----------
 
-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 ---------------------------------------------------