Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.95 KB

File metadata and controls

48 lines (31 loc) · 1.95 KB

💻 Contributing To Nextcloud Introductory Workshop

Part II

Now you have the development set up and the code it's time to pick an issue to work on!

Viewing your code in the Browser with Dev Tools

In the browser open localhost:8080/

You can now right-click anywhere on the screen and click inspect. This will open the Dev Tools (for this demo we are using Chrome but other browsers also offer this.

drawing

  • Viewing elements
  • Moving elements in Dev tools
  • Viewing styles
  • Changings styles in Dev tools
  • Moving elements in code base and seeing them in browser
  • Changing styles in code base and seeing them in browser

Back to Top

Picking your first issue

You can filter out issues by using the labels on github. There are two important labels which are help wanted and good first issue. But you can also find other issues related to other specifications like design for example.

drawing

  • Labels
  • Things to consider when tackling an issue
  • Communication with other contributors/ app maintainer

nextcloud/contacts#106 nextcloud/contacts#253


Back to Top

We will now get in small groups and decide on issues to start on. We will then talk next steps and extra resources.