Engagement/Get Involved: Difference between revisions

(Created page with "This is an example of how we could use the [https://github.com/mozilla/mediawiki-bugzilla mediawiki-bugzilla extension] to get contribution opportunities for Engagement in front ...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is an example of how we could use the [https://github.com/mozilla/mediawiki-bugzilla mediawiki-bugzilla extension] to get contribution opportunities for Engagement in front of volunteers.  For example, webdev uses this to create a [[Webdev/GetInvolved|dynamic list of mentored bugs for each major website]].
This is an example of how we could use the [https://github.com/mozilla/mediawiki-bugzilla mediawiki-bugzilla extension] to get contribution opportunities for Engagement in front of volunteers.  For example, webdev uses this to create a [[Webdev/GetInvolved|dynamic list of mentored bugs for each major website]].


=Brand Engagement=
=Design Projects=


<bugzilla>
<bugzilla>
     {
     {
         "product": "Marketing",
         "product": "Marketing",
         "component": "Design"
         "component": "Design",
         "resolution": "---"
         "whiteboard": "designchallenge"
     }
     }
</bugzilla>
</bugzilla>


=User Engagement=
How this was done:


=Developer Engagement=
  &lt;bugzilla&gt;
 
    {
=Contributor Engagement=
        "product": "Marketing",
 
        "component": "Design",
=Product Marketing=
        "whiteboard": "designchallenge"
 
    }
=Communications
  &lt;/bugzilla&gt;

Latest revision as of 15:01, 23 May 2012

This is an example of how we could use the mediawiki-bugzilla extension to get contribution opportunities for Engagement in front of volunteers. For example, webdev uses this to create a dynamic list of mentored bugs for each major website.

Design Projects

Full Query
ID Summary Priority Status
757850 Design an icon for new landing page (fake bug) -- RESOLVED

1 Total; 0 Open (0%); 1 Resolved (100%); 0 Verified (0%);


How this was done:

  <bugzilla>
   {
       "product": "Marketing",
       "component": "Design",
       "whiteboard": "designchallenge"
   }
  </bugzilla>