Skip to content

Commit 19af1de

Browse files
authored
modifies the repo structure implementing CODEOWNERS suggestion (#120)
1 parent adeb429 commit 19af1de

File tree

8 files changed

+72
-36
lines changed

8 files changed

+72
-36
lines changed

CODEOWNERS

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# default
2+
* @jorgeschnura
3+
4+
# sections
5+
developer-community/* @campoy
6+
engineering/* @mcuadros
7+
office/* @estherrgarcia
8+
talent/* @tsolakoua
9+
product/* @marnovo

README.md

+9-33
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# source{d} guide
22

3-
Welcome! The source{d} guide documentation is where you will find all information about how it's like to work here. It contains all the info you need from the moment you accept an offer to work with us onwards. The information contained here is not just about work, but also about other interesting things.
3+
Welcome! The source{d} guide documentation is where you will find all information relevant for sourcerers (source{d} team members) and anyone interested in who we are, what we do, and how we do it.
44

5-
This documentation is open to everyone, sourcerers and non-sourcerers. So feel free to suggest improvements and changes via pull requests and to ask questions via issues.
5+
This documentation is open to everyone, sourcerers and non-sourcerers. So please feel free to suggest improvements or ask questions via [issues](issues), or directly open a [pull request](pulls) suggesting changes or reviewing someone those of someone else.
6+
7+
We try to put as much information here as possible, in the rare cases that a topic should be private within the company, please redirect to [src-d/company](https://github.com/src-d/company/).
68

79
* General
810
* Mission & Vision
@@ -13,45 +15,19 @@ This documentation is open to everyone, sourcerers and non-sourcerers. So feel f
1315
* [Investors, Board of Directors and Advisors](general/investors_board_advisors.md)
1416
* Leadership
1517
* Objectives & Key Results (OKRs)
16-
* Communications
1718
* [Company Wide Meeting](general/company_wide_meeting.md)
1819
* [Remote Guidelines](remote/remote_guidelines.md)
1920
* [Tools](general/tools.md)
2021
* [Hardware](general/available_hardware.md)
2122
* Security
2223
* [Expenses & Travel](general/expenses_travel.md)
23-
* Office
24-
* [Facilities & Seating Chart](office/madrid_office_seating_chart.md)
25-
* [Company Events](office/company_events.md)
26-
* [source{d} Open Source Beer Brewery](https://github.com/src-d/homebrew)
27-
* [Books](office/books_list.md)
28-
* Talent
29-
* [Hiring Process](talent/hiring_process.md)
30-
* [Application Process](talent/application-process.md)
31-
* [Contract](talent/contract.md)
32-
* [Stock Option Plan](talent/esop.md)
33-
* [Flexible Holidays, Working Schedule and Remote Work](talent/flexible_holidays_working_schedule_remote_work.md)
34-
* [Onboarding](talent/onboarding)
35-
* ["By Developers" Training](talent/by-developers-training/README.md)
36-
* Career development
37-
* [One-On-One Meetings Guide](talent/one_on_one_guide.md)
38-
* [Open Source Days](/talent/open_source_days.md)
39-
* Offboarding
40-
* Engineering
41-
* [Methodology](engineering/methodology.md)
42-
* [Project Maintainers](engineering/maintainers.md)
43-
* [Git workflow](engineering/git-flow.md)
44-
* [Documentation Guide](engineering/documentation.md)
45-
* [Licensing Policy](engineering/licensing.md)
46-
* Developer Community
47-
* [Tech Talks](developer-community/tech-talks.md)
48-
* [Events Guidelines](developer-community/events.md)
49-
* [Events List](developer-community/events-list.md)
50-
* [Engineering Blog](https://blog.sourced.tech)
51-
* [Company Blog](https://medium.com/source-d)
24+
* [Office](office/)
25+
* [Talent](talent/)
26+
* [Engineering](engineering/)
27+
* [Developer Community](developer-community/)
5228
* Product
5329
* Methodology
5430
* [Design Guide](general/design-guide.md)
5531
* Communication
5632
* [Slack channels](communication/slack_channels.md)
57-
* Financials
33+
* Financials

communication/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Communication
2+
3+
**Maintainer:** [@jorgeschnura](https://github.com/jorgeschnura)
4+
5+
* [Slack channels](communication/slack_channels.md)

developer-community/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### Developer Community
2+
3+
**Maintainer:** [@campoy](https://github.com/campoy)
4+
5+
* [Tech Talks](tech-talks.md)
6+
* [Events Guidelines](events.md)
7+
* [Events List](events-list.md)
8+
* [Conferences CFP's](https://github.com/src-d/conferences/issues)
9+
* [Engineering Blog](https://blog.sourced.tech)
10+
* [Company Blog](https://medium.com/source-d)

engineering/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### Engineering
2+
3+
**Maintainer:** [@mcuadros](https://github.com/mcuadros)
4+
5+
* [Methodology](methodology.md)
6+
* [Language Analysis Team](methodology-language-analysis.md)
7+
* [Project Maintainers](maintainers.md)
8+
* [Git workflow](git-flow.md)
9+
* [Continuous Delivery](continuous-delivery.md)
10+
* [Documentation Guide](documentation.md)DocumeDocumentnt
11+
* [Git Repo Templates](documents/)
12+
* [Licensing Policy](icensing.md)Document
13+
14+
#### Other
15+
16+
* [Python Style Guide](python-style-guide.md)

engineering/methodology.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,14 @@ Demo meetings
108108

109109
+ Starting at the end of the second sprint, one every other sprint.
110110

111-
+ Every 2nd week of sprint, on Fridays after the [sprint demo](https://github.com/src-d/guide/blob/master/engineering/methodology.md#Demo).
111+
+ Every 2nd week of sprint, on Fridays after the [sprint demo](#Demo).
112112

113113
### Keeping track of things:
114114

115115
+ Publicly: a Kanban board on-line.
116116

117117
+ Per team: any way team sees fit (github issues, github projects, waffle.io...).
118118

119-
+ [src-d/issues-general](https://github.com/src-d/issues-general) - should be used more, as place for feedback/requests (i.e website, etc)
120-
121119
+ [src-d/issues-infrastructure](https://github.com/src-d/issues-infrastructure) - issues/requests to Infrastructure team must be created here.
122120

123121

office/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Communication
2+
3+
**Maintainer:** [@estherrgarcia](https://github.com/estherrgarcia)
4+
5+
* [Facilities & Seating Chart](madrid_office_seating_chart.md)
6+
* [Company Events](company_events.md)
7+
* [Books](books_list.md)
8+
* [source{d} Open Source Beer Brewery](https://github.com/src-d/homebrew)

talent/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Communication
2+
3+
**Maintainer:** [@tsolakoua](https://github.com/tsolakoua)
4+
5+
* [Hiring Process](hiring_process.md)
6+
* [Contracts](contract.md)
7+
* [Stock Option Plan](esop.md)
8+
* [Flexible Holidays, Working Schedule and Remote Work](flexible_holidays_working_schedule_remote_work.md)
9+
* [Onboarding](onboarding)
10+
* ["By Developers" Training](by-developers-training/README.md)
11+
* [One-On-One Meetings Guide](one_on_one_guide.md)
12+
* [Open Source Days](open_source_days.md)
13+
* Career development
14+
* Offboarding

0 commit comments

Comments
 (0)