File tree 5 files changed +59
-1
lines changed
plugins/cc-global-network/includes
5 files changed +59
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Whether this GitHub repo is engineering related
2
+ engineering_project : true
3
+ # Name of the repository/project in English
4
+ english_name : Creative Commons Global Network website
5
+ # All technologies used
6
+ technologies : PHP, WordPress
7
+ # Whether this repository should be featured on the CC Open Source site
8
+ featured : false
Original file line number Diff line number Diff line change
1
+ # These owners will be the default owners for everything in
2
+ # the repo. Unless a later match takes precedence, they will
3
+ # be requested for review when someone opens a pull request.
4
+ * @ creativecommons/internal-tech
Original file line number Diff line number Diff line change
1
+ # Contributor Code of Conduct
2
+
3
+ The Creative Commons team is committed to fostering a welcoming community. This
4
+ project and all other Creative Commons open source projects are governed by our
5
+ [ Code of Conduct] [ code_of_conduct ] . Please report unacceptable behavior to
6
+ [ conduct@creativecommons.org ] ( mailto:conduct@creativecommons.org ) per our
7
+ [ reporting guidelines] [ reporting_guide ] .
8
+
9
+ For a history of updates, see the [ page history here] [ updates ] .
10
+
11
+ [ code_of_conduct ] :https://creativecommons.github.io/community/code-of-conduct/
12
+ [ reporting_guide ] :https://creativecommons.github.io/community/code-of-conduct/enforcement/
13
+ [ updates ] :https://github.com/creativecommons/creativecommons.github.io-source/commits/master/content/community/code-of-conduct/contents.lr
Original file line number Diff line number Diff line change
1
+ # Contributing to CC Open Source
2
+
3
+ Thank you for your interest in contributing to CC Open Source! This document is
4
+ a set of guidelines to help you contribute to this project.
5
+
6
+
7
+ ## Code of Conduct
8
+
9
+ By participating in this project, you are expected to uphold our [ Code of
10
+ Conduct] [ code_of_conduct ] .
11
+
12
+ [ code_of_conduct ] :https://creativecommons.github.io/community/code-of-conduct/
13
+
14
+
15
+ ## Project Documentation
16
+
17
+ Please consult the ` README ` if there is one, it should contain or link to
18
+ project documentation. If there is no ` README ` , please file a GitHub issue to
19
+ create one.
20
+
21
+
22
+ ## How to Contribute
23
+
24
+ Please follow the processes in our general [ Contributing Code] [ contributing ]
25
+ guidelines on the Creative Common Open Source website.
26
+
27
+ [ contributing ] :https://creativecommons.github.io/contributing-code/
28
+
29
+
30
+ ## Questions or Thoughts?
31
+
32
+ Talk to us on [ our developer mailing list or Slack community] [ community ] .
33
+
34
+ [ community ] :https://creativecommons.github.io/community/
Original file line number Diff line number Diff line change @@ -201,7 +201,6 @@ function ccgn_vouching_form_applicant_profile_text ( $applicant_id ) {
201
201
202
202
function ccgn_user_page_individual_profile_text ( $ applicant_id ) {
203
203
$ entry = ccgn_details_individual_form_entry ( $ applicant_id );
204
-
205
204
return //. ccgn_vp_format_avatar ( $entry )
206
205
ccgn_applicant_display_name_formatted ( $ applicant_id )
207
206
. ccgn_vouching_form_profile_format (
You can’t perform that action at this time.
0 commit comments