Skip to content

Commit 3bc559d

Browse files
author
Todd Wilson
committed
Merge pull request #11 from bcgov/TW20150506
Tw20150506
2 parents c4fd322 + 243fc8d commit 3bc559d

File tree

11 files changed

+72
-10
lines changed

11 files changed

+72
-10
lines changed

BC-Gov-Org-HowTo/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
**BCGov GitHub Organization "How To"**
2+
3+
<a rel="Delivery" href="https://github.com/BCDevExchange/docs/blob/master/discussion/projectstates.md"><img alt="In production, but maybe in Alpha or Beta. Intended to persist and be supported." style="border-width:0" src="http://bcdevexchange.org/badge/3.svg" title="In production, but maybe in Alpha or Beta. Intended to persist and be supported." /></a>
4+
5+
**May, 2015**
6+
7+
This document is "Beta" – however, all artifacts are available for use in their current state. Feedback and suggestions for improvement are welcome using the GitHub issues functionality.
8+
9+
**Guidance, Templates and Check Lists**
10+
# Contents: #
11+
12+
- Guidance
13+
- [Joining the BCGov on GitHub](Joining-the-BCGov-on-GitHub.md )
14+
- [Creating and Deleting Repos](Creating-And-Deleting-Repos.md)
15+
- [Using Licenses](using-licenses.md)
16+
- Templates
17+
- [Sample Contributing File](SAMPLE-CONTRIBUTING.md)
18+
- [Sample ReadMe File](SAMPLE-README.md)
19+
- Check Lists
20+
- Content Approval Check List
21+

BC-Open-Source-Development-Employee-Guide/COI-Priv-IP.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ For example:
1515

1616
Activity on GitHub is primarily concerned with sharing or generating source code and related documentation (such as specifications or descriptions related to the objectives of a project), which typically will not directly involve any information linked to individuals. However, you still need to ensure that any code or documentation you post does not contain:
1717

18-
- Information or Records that are not accessible pursuant to the [_Freedom of Information and Protection of Privacy Act_](http://www.bclaws.ca/civix/document/id/complete/statreg/96165_00);
19-
- Sample data that includes personally identifying information;
20-
- Third-party rights the government is not authorized to license
21-
- - information subject to other intellectual property rights, including patents, trade-marks and official marks, and design rights
18+
- information or Records that are not accessible pursuant to the [_Freedom of Information and Protection of Privacy Act_](http://www.bclaws.ca/civix/document/id/complete/statreg/96165_00);
19+
- sample data that includes personally identifying information;
20+
- third-party rights the government is not authorized to license;
21+
- information subject to other intellectual property rights, including patents, trade-marks and official marks, and design rights
2222

23-
The [_Copyright Act _](http://laws-lois.justice.gc.ca/eng/acts/C-42/Index.html) [(Canada)](http://laws-lois.justice.gc.ca/eng/acts/C-42/Index.html) applies to government employees in the same manner that it applies to private citizens. Unauthorized use of copyrighted material – including any unauthorized licensing of copyrighted materials owned by third parties – is an infringement of the intellectual property rights of the rights holder.
23+
The [Copyright Act (Canada)](http://laws-lois.justice.gc.ca/eng/acts/C-42/Index.html) applies to government employees in the same manner that it applies to private citizens. Unauthorized use of copyrighted material – including any unauthorized licensing of copyrighted materials owned by third parties – is an infringement of the intellectual property rights of the rights holder.
24+
25+
----------
26+
27+
[Go back to the Contents List](README.md) or continue reading [Licenses](Licenses.md)

BC-Open-Source-Development-Employee-Guide/Collaborating-Contributing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ There may be circumstances in which it is useful and appropriate for employees t
4848

4949
Employees may also make contributions of non-BC government owned intellectual property rights outside their professional roles by using their personal email linked to their GitHub account.
5050

51+
52+
----------
53+
54+
[Go back to the Contents List](README.md) or continue reading [Appropriate Use](appropriate-use.md)

BC-Open-Source-Development-Employee-Guide/Content-Approval-Checklist.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,7 @@ The Open Content Assessment must be completed by ministries to ensure that there
7070

7171
Deputy Minister (or delegate) Date
7272

73+
74+
----------
75+
76+
[Go back to the Contents List](README.md) or continue reading [Approaches to Collaborating/Contributing](Collaborating-Contributing.md)

BC-Open-Source-Development-Employee-Guide/Licenses.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,7 @@ and the code for the cc 4.0 footer looks like this:
7575
Creative Commons Attribution 4.0 International License</a>.
7676

7777

78+
----------
7879

80+
[Go back to the Contents List](README.md) or continue reading [Security](Security.md)
7981

BC-Open-Source-Development-Employee-Guide/Principles.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ Participating in a collaborative environment to share and develop digital resour
77
**Being Responsible** – includes acting with integrity and using your time and resources effectively and efficiently, and considering the impacts of your actions on others.
88

99
**Being Compliant** – includes acting in accordance with the OCIO Information Systems Development Standard (section 2.1) or under an approved exception to the standard.
10+
11+
12+
----------
13+
14+
[Go back to the Contents List](README.md) or continue reading [Browsing and Consuming Material in GitHub](browsing-consuming.md)

BC-Open-Source-Development-Employee-Guide/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ This document is "Beta" – however, all steps indicated as "required" are to be
1414
- [Approval Requirements](Content-Approval-Checklist.md)
1515
- [Approaches to Collaborating/Contributing](Collaborating-Contributing.md)
1616
- [Appropriate Use](appropriate-use.md)
17-
- Conflict of Interest
18-
- Privacy and Intellectual Property
17+
- [Conflict of Interest, Privacy and Intellectual Property](COI-Priv-IP.md)
1918
- [Licenses](Licenses.md)
20-
- Security
19+
- [Security](Security.md)
2120

2221

2322
# Why do we need this guide?
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
## Security
3+
4+
**Under construction** – ensure any relevant material has been labelled as "Public" using the Information Security Classification Framework and that your ministry information security officer has been contacted to ensure all necessary security controls are in place.
5+
6+
Please help, raise an issue or Fork and issue a Pull Request:-)
7+
8+
9+
10+
----------
11+
12+
[Go back to the Contents List](README.md)
13+
14+
15+

BC-Open-Source-Development-Employee-Guide/appropriate-use.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@
88
- If your professional work includes use of non-BC Government repositories, you must read the licensing guidelines (in development) to ensure government does not take on undue risk.
99
- Prior to publishing any content to GitHub, a suitable licence must be chosen from the list of approved licences and you must confirm your authority to license (see [Licenses](Licenses.md)).
1010
- Completing the [Open Content publishing checklist](Content-Approval-Checklist.md) is required for each new project prior to making any contributions. The checklist addresses privacy, intellectual property rights and information security. This helps ensure that the content posted to GitHub can be published under the associated licence.
11+
12+
----------
13+
14+
[Go back to the Contents List](README.md) or continue reading [Conflict of Interest, Privacy and Intellectual Property](COI-Priv-IP.md)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Browsing and Consuming Material in GitHub
22

33
Once you've got an account set up, go ahead and start discovering the site. The [OCIO has established guidelines on the use of open source software](../ref-docs/96184_Open_Source_Guideline.pdf) that you should refer to, particularly if you're considering testing or adopting any OSS. Make sure you're familiar with existing [OCIO policy on information security](http://www.cio.gov.bc.ca/cio/informationsecurity/policy/informationsecuritypolicy.page?) before downloading or testing any code.
4+
5+
----------
6+
7+
[Go back to the Contents List](README.md) or continue reading [Approval Requirements](Content-Approval-Checklist.md)

0 commit comments

Comments
 (0)