Skip to content

The repo is used for research around packit and its workflow

Notifications You must be signed in to change notification settings

packit/research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research notes

This repo is used to document research performed by the Packit Team.

Organization of this repository

How to add new findings?

  1. Try to find an appropriate category for your topic. In case there is none yet, you can create a new directory with _category_.yml file that describes the category.
  2. Please create a new directory in the research directory.
  3. Create an index.md document in that directory.
  4. Make sure your index.md contains a clear description of what the outcome is from your research topic: ideally propose what the next steps should be. It's completely fine to tell that the technology is not interesting to us and there are no further actions.
  5. Add everything related to your topic in the directory.
  6. Open a pull request.

Note

In case you're working on a follow-up research, feel free to just add a new Markdown file next to already existing research.

Template for research

---
title: ‹Title of your research›
authors: ‹Kerberos logins of authors, e.g. login or [login_a, login_b]›
---

## Description

## Acceptance criteria

---

‹findings›

---

## Next steps

Warning

Authors are not checked against the list of authors as with the blog posts, keeping the authors in the attributes of research is just a courtesy to avoid unnecessary git blaming.